diff options
author | stuebinm | 2023-07-24 22:41:43 +0200 |
---|---|---|
committer | stuebinm | 2023-07-24 22:41:43 +0200 |
commit | 54770c4e6411df201c9c5f36c26decf4d43485c5 (patch) | |
tree | 2fa5e6edfa61eec9a90ab46d854bb35d63e575f8 /common | |
parent | 3c6855e2f382001577d0cc850f8be636dee25f0d (diff) |
update inputs
Diffstat (limited to 'common')
-rw-r--r-- | common/common.nix | 4 | ||||
-rw-r--r-- | common/desktop.nix | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index c0bcce7..12c9107 100644 --- a/common/common.nix +++ b/common/common.nix @@ -9,6 +9,10 @@ nix.nixPath = lib.mkForce [ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-unstable}"]; + nix.extraOptions = '' + experimental-features = nix-command flakes + ''; + services.journald.extraConfig = "MaxRetentionSec=48h"; diff --git a/common/desktop.nix b/common/desktop.nix index c2ef871..3bd8108 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -6,7 +6,6 @@ ]; nix.extraOptions = '' - experimental-features = nix-command flakes plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so ''; |