diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/akashi/configuration.nix | 2 | ||||
| -rw-r--r-- | hosts/kansai/configuration.nix | 2 |
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"; |