diff options
| author | Fuwn <[email protected]> | 2024-10-28 09:45:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 09:45:20 -0700 |
| commit | aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3 (patch) | |
| tree | 4dfdaaf6bd2dbacca58393787ba7c1164baeb357 /hosts/akashi | |
| parent | options: distributed builds nix option (diff) | |
| download | nixos-config-aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3.tar.xz nixos-config-aa205e33bc2b1c94ef5fd0a4fd348d153bf5abc3.zip | |
options: rename nix.extend to nix.extendedSupport
Diffstat (limited to 'hosts/akashi')
| -rw-r--r-- | hosts/akashi/configuration.nix | 2 |
1 files changed, 1 insertions, 1 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"; |