diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-11 11:36:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-11 11:36:02 +0200 |
commit | a650d5f3fd833346194e5456409031caa04756bd (patch) | |
tree | eb665bfc3ab30b940b21ed0ead63360101bccb61 /nixos | |
parent | f5621e376260314727ac4e85b26e8cdd5fd1485a (diff) | |
download | nixos-personal-a650d5f3fd833346194e5456409031caa04756bd.tar.gz nixos-personal-a650d5f3fd833346194e5456409031caa04756bd.tar.bz2 nixos-personal-a650d5f3fd833346194e5456409031caa04756bd.zip |
Drop patches for wireguard as upstream released new version
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/generic.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index b8b2a6e..8d34a16 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -9,7 +9,9 @@ with lib; nix = { extraOptions = "experimental-features = nix-command flakes"; - autoOptimiseStore = true; + settings = { + auto-optimise-store = true; + }; registry = { personal.to = { type = "git"; |