root: set home dir
This commit is contained in:
parent
71c0ddb2d3
commit
bdfdca4505
@ -326,6 +326,7 @@
|
|||||||
username = "root";
|
username = "root";
|
||||||
config = { pkgs, ...}: {
|
config = { pkgs, ...}: {
|
||||||
programs.bash.enable = true;
|
programs.bash.enable = true;
|
||||||
|
home.homeDirectory = "/root";
|
||||||
|
|
||||||
# update nix system-wide since it's installed via root profile
|
# update nix system-wide since it's installed via root profile
|
||||||
home.packages = with pkgs; [ nix ];
|
home.packages = with pkgs; [ nix ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user