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/himeji | |
| 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/himeji')
| -rw-r--r-- | hosts/himeji/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/himeji/configuration.nix b/hosts/himeji/configuration.nix index 14296d8..39d4f09 100644 --- a/hosts/himeji/configuration.nix +++ b/hosts/himeji/configuration.nix @@ -13,7 +13,6 @@ system.stateVersion = "24.05"; modules = { - nix.extend = false; mosh.enable = true; containers = { |