diff options
| author | Fuwn <[email protected]> | 2024-09-23 16:08:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 16:08:04 -0700 |
| commit | bcf277f46921f5a3fba837d01e5632b2aef6584e (patch) | |
| tree | d4a7fc2b94d96423561e224131c30ab079cb2f2a /hosts | |
| parent | himeji: move options to top-level module (diff) | |
| download | nixos-config-bcf277f46921f5a3fba837d01e5632b2aef6584e.tar.xz nixos-config-bcf277f46921f5a3fba837d01e5632b2aef6584e.zip | |
himeji: move core import to host
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/himeji/default.nix | 3 |
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 ]; |