diff --git a/modules/shell/nix/nh.nix b/modules/shell/nix/nh.nix index cad1c2ca..621a0be7 100644 --- a/modules/shell/nix/nh.nix +++ b/modules/shell/nix/nh.nix @@ -13,7 +13,7 @@ in # TODO try this later # clean.enable = true; # clean.extraArgs = "--keep-since 4d --keep 3"; - flake = "/etc/nixos"; + flake = "/home/sako/nixos"; }; }; }