summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-28 09:45:16 -0700
committerFuwn <[email protected]>2024-10-28 09:45:20 -0700
commitaa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3 (patch)
tree4dfdaaf6bd2dbacca58393787ba7c1164baeb357 /hosts
parentoptions: distributed builds nix option (diff)
downloadnixos-config-aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3.tar.xz
nixos-config-aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3.zip
options: rename nix.extend to nix.extendedSupport
Diffstat (limited to 'hosts')
-rw-r--r--hosts/akashi/configuration.nix2
-rw-r--r--hosts/kansai/configuration.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/akashi/configuration.nix b/hosts/akashi/configuration.nix
index 48f1659..c255c06 100644
--- a/hosts/akashi/configuration.nix
+++ b/hosts/akashi/configuration.nix
@@ -15,7 +15,7 @@
modules = {
primaryUser = "ebisu";
mosh.enable = true;
- nix.extend = true;
+ nix.extendedSupport = true;
};
system.stateVersion = "24.05";
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix
index c33068d..9a306c5 100644
--- a/hosts/kansai/configuration.nix
+++ b/hosts/kansai/configuration.nix
@@ -12,7 +12,7 @@
modules = {
primaryUser = "ebisu";
mosh.enable = true;
- nix.extend = true;
+ nix.extendedSupport = true;
};
networking.hostName = "kansai";