summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-23 16:08:04 -0700
committerFuwn <[email protected]>2024-09-23 16:08:04 -0700
commitbcf277f46921f5a3fba837d01e5632b2aef6584e (patch)
treed4a7fc2b94d96423561e224131c30ab079cb2f2a /hosts
parenthimeji: move options to top-level module (diff)
downloadnixos-config-bcf277f46921f5a3fba837d01e5632b2aef6584e.tar.xz
nixos-config-bcf277f46921f5a3fba837d01e5632b2aef6584e.zip
himeji: move core import to host
Diffstat (limited to 'hosts')
-rw-r--r--hosts/himeji/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix
index ef52532..e5bdc60 100644
--- a/hosts/himeji/default.nix
+++ b/hosts/himeji/default.nix
@@ -1,7 +1,8 @@
{
imports = [
- ../../disks/himeji.nix
./hardware-configuration.nix
+ ../../disks/himeji.nix
+ ../../modules/core
../../modules/options
../../modules/server
];