move networking files around
This commit is contained in:
@@ -20,9 +20,6 @@ in{
|
||||
|
||||
networking.hostName = "server"; # Define your hostname.
|
||||
|
||||
# Enable networking
|
||||
#networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Vienna";
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
nixosConfigurations.server = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./modules/ip-server.nix
|
||||
./modules/static-ip-server.nix
|
||||
./configuration.nix
|
||||
./modules/nix-settings.nix
|
||||
./modules/adguard.nix
|
||||
|
||||
3
server/modules/networkmanager.nix
Normal file
3
server/modules/networkmanager.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user