From 8175d7266f2c8083c8ec53ae67737e565c5e8d50 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 25 Apr 2024 08:57:01 -0400 Subject: [PATCH] oops :3 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6b2b796..61a5435 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];