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 /modules/server/default.nix | |
| 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 'modules/server/default.nix')
| -rw-r--r-- | modules/server/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/server/default.nix b/modules/server/default.nix index 82ea21b..b8adbe6 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -1,7 +1,6 @@ { pkgs, ... }: { imports = [ - ../core ./virtualisation ./networking ./sops.nix |