This commit is contained in:
NullBite 2024-04-25 08:57:01 -04:00
parent bdfdca4505
commit 8175d7266f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -324,9 +324,9 @@
system = "aarch64-linux";
stateVersion = "23.11";
username = "root";
homeDirectory = "/root";
config = { pkgs, ...}: {
programs.bash.enable = true;
home.homeDirectory = "/root";
# update nix system-wide since it's installed via root profile
home.packages = with pkgs; [ nix ];