diff --git a/H0615.nix b/H0615.nix index 0753f497..b8b1695b 100644 --- a/H0615.nix +++ b/H0615.nix @@ -18,6 +18,7 @@ extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.fish; }; + home-manager.users.root = import ./home/H0615/root.nix; home-manager.users.elitherl = import ./home/H0615/elitherl.nix; system.autoUpgrade = { diff --git a/J0162.nix b/J0162.nix index 662b5782..24a8d396 100644 --- a/J0162.nix +++ b/J0162.nix @@ -18,6 +18,7 @@ extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.fish; }; + home-manager.users.root = import ./home/J0162/root.nix; home-manager.users.elitherl = import ./home/J0162/elitherl.nix; system.autoUpgrade = { diff --git a/home/H0615/root.nix b/home/H0615/root.nix new file mode 100644 index 00000000..02bb7953 --- /dev/null +++ b/home/H0615/root.nix @@ -0,0 +1,11 @@ +{ ... }: { + imports = [ + ../env + ../tui + ../git/work.nix + ../ssh/work.nix + ]; + home.username = "root"; + home.homeDirectory = "/root"; + home.stateVersion = "22.11"; +} diff --git a/home/J0162/root.nix b/home/J0162/root.nix new file mode 100644 index 00000000..02bb7953 --- /dev/null +++ b/home/J0162/root.nix @@ -0,0 +1,11 @@ +{ ... }: { + imports = [ + ../env + ../tui + ../git/work.nix + ../ssh/work.nix + ]; + home.username = "root"; + home.homeDirectory = "/root"; + home.stateVersion = "22.11"; +}