moved hostname to hosts

This commit is contained in:
Nickiel12 2022-11-08 19:22:24 -08:00
parent ea13e56046
commit 69ff9b03e2
2 changed files with 3 additions and 2 deletions

View file

@ -22,8 +22,6 @@
options = "--delete-generations 8d";
};
networking.hostName = "NicksNixOs";
users.users.${user} = {
isNormalUser = true;
extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" "input" "uinput" ];

View file

@ -16,6 +16,9 @@ in {
./laptop
../modules/plasma_desktop.nix
../modules/kmonad.nix
{
networking.hostname = "NicksNixLaptop";
}
kmonad.nixosModules.default
home-manager.nixosModules.home-manager {
home-manager = {