summaryrefslogtreecommitdiff
path: root/hosts/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-28 09:33:13 -0700
committerFuwn <[email protected]>2024-10-28 09:33:13 -0700
commitca3140e7c1ddea7826a96742f3285a2ea2e4be9d (patch)
tree3534f105c278821315d5e6c7604db471921f0f7f /hosts/default.nix
parentcore: allow mosh as optional (diff)
downloadnixos-config-ca3140e7c1ddea7826a96742f3285a2ea2e4be9d.tar.xz
nixos-config-ca3140e7c1ddea7826a96742f3285a2ea2e4be9d.zip
kioku: add core modules
Diffstat (limited to 'hosts/default.nix')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 49546fc..f683ce3 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -43,6 +43,6 @@
(import ./akashi pcInherits)
(import ./himeji (commonInherits // { inherit commonModules; }))
(import ./kansai pcInherits)
- (import ./kioku commonInherits)
+ (import ./kioku (commonInherits // { inherit commonModules; }))
];
}