fixing networking

This commit is contained in:
cnst
2024-07-27 18:53:16 +02:00
parent 7b26c3e235
commit f5a63d61c3
9 changed files with 36 additions and 9 deletions

View File

@@ -77,12 +77,6 @@ in {
pkiBundle = "/etc/secureboot";
};
# Enable networking
networking = {
networkmanager.enable = true;
hostName = "toothpc";
};
environment.sessionVariables = {
FLAKE = "/home/toothpick/.nix-config";
};