fixing networking
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# core
|
||||
../../core/fonts.nix
|
||||
../../core/hyprland.nix
|
||||
../../core/networking.nix
|
||||
../../core/zsh.nix
|
||||
../../core/network/adampad.nix
|
||||
|
||||
# hardware
|
||||
../../hardware/cnix.nix
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# core
|
||||
../../core/fonts.nix
|
||||
../../core/hyprland.nix
|
||||
../../core/networking.nix
|
||||
../../core/network/cnix.nix
|
||||
../../core/zsh.nix
|
||||
|
||||
# hardware
|
||||
|
||||
@@ -77,12 +77,6 @@ in {
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
hostName = "toothpc";
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
FLAKE = "/home/toothpick/.nix-config";
|
||||
};
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
../../core/fonts.nix
|
||||
../../core/hyprland.nix
|
||||
../../core/zsh.nix
|
||||
../../core/network/toothpc.nix
|
||||
|
||||
# hardware
|
||||
../../hardware/toothpc.nix
|
||||
|
||||
Reference in New Issue
Block a user