summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix
index 662116e..db6bf88 100644
--- a/nixos/common.nix
+++ b/nixos/common.nix
@@ -70,6 +70,10 @@ in
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.substituters = [ "https://nix.web.deuxfleurs.fr" ];
nix.settings.trusted-public-keys = [ "nix.web.deuxfleurs.fr:eTGL6kvaQn6cDR/F9lDYUIP9nCVR/kkshYfLDJf1yKs=" ];
+ nix.extraOptions = ''
+ keep-outputs = true
+ keep-derivations = true
+ '';
environment.systemPackages = with pkgs; [
home-manager