summaryrefslogtreecommitdiff
path: root/hosts/akashi
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-28 09:38:06 -0700
committerFuwn <[email protected]>2024-10-28 09:38:06 -0700
commit232787d04d2e7052640f86b1d1eb715034d02288 (patch)
tree5f3b69619712d0d6b0a0fea4cb58f34b4a8e51a8 /hosts/akashi
parenthosts: provide common option bindings (diff)
downloadnixos-config-232787d04d2e7052640f86b1d1eb715034d02288.tar.xz
nixos-config-232787d04d2e7052640f86b1d1eb715034d02288.zip
options: flip nix.extend default
Diffstat (limited to 'hosts/akashi')
-rw-r--r--hosts/akashi/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/akashi/configuration.nix b/hosts/akashi/configuration.nix
index dd09c91..48f1659 100644
--- a/hosts/akashi/configuration.nix
+++ b/hosts/akashi/configuration.nix
@@ -15,6 +15,7 @@
modules = {
primaryUser = "ebisu";
mosh.enable = true;
+ nix.extend = true;
};
system.stateVersion = "24.05";