diff options
-rw-r--r-- | user/nanopi.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix index 90fa87bf..44561eda 100644 --- a/user/nanopi.nix +++ b/user/nanopi.nix @@ -15,8 +15,6 @@ homeDirectory = "/home/alan"; stateVersion = "22.11"; }; - # home-manager complains when setting nix.conf otherwise - nix.package = pkgs.nix; nix.settings = { max-jobs = 4; experimental-features = "nix-command flakes"; |