diff options
| author | Fuwn <[email protected]> | 2024-10-28 09:38:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 09:38:06 -0700 |
| commit | 232787d04d2e7052640f86b1d1eb715034d02288 (patch) | |
| tree | 5f3b69619712d0d6b0a0fea4cb58f34b4a8e51a8 /hosts/kansai | |
| parent | hosts: provide common option bindings (diff) | |
| download | nixos-config-232787d04d2e7052640f86b1d1eb715034d02288.tar.xz nixos-config-232787d04d2e7052640f86b1d1eb715034d02288.zip | |
options: flip nix.extend default
Diffstat (limited to 'hosts/kansai')
| -rw-r--r-- | hosts/kansai/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix index 0d7f118..c33068d 100644 --- a/hosts/kansai/configuration.nix +++ b/hosts/kansai/configuration.nix @@ -12,6 +12,7 @@ modules = { primaryUser = "ebisu"; mosh.enable = true; + nix.extend = true; }; networking.hostName = "kansai"; |