aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/generic.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-11 11:36:02 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-11 11:36:02 +0200
commita650d5f3fd833346194e5456409031caa04756bd (patch)
treeeb665bfc3ab30b940b21ed0ead63360101bccb61 /nixos/modules/generic.nix
parentf5621e376260314727ac4e85b26e8cdd5fd1485a (diff)
downloadnixos-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/modules/generic.nix')
-rw-r--r--nixos/modules/generic.nix4
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";