mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
moved hostname to hosts
This commit is contained in:
parent
ea13e56046
commit
69ff9b03e2
2 changed files with 3 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue