diff options
| author | Fuwn <[email protected]> | 2024-10-03 02:15:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 02:23:13 -0700 |
| commit | c45147632d45b0a395aa3383b49fb4764c66c36e (patch) | |
| tree | ff2fe3de13f3166ba15261ae8acc10379af9179f /hosts/himeji/default.nix | |
| parent | hosts: move hosts to unique modules (diff) | |
| download | nixos-config-c45147632d45b0a395aa3383b49fb4764c66c36e.tar.xz nixos-config-c45147632d45b0a395aa3383b49fb4764c66c36e.zip | |
hosts: use common wording instead of default
Diffstat (limited to 'hosts/himeji/default.nix')
| -rw-r--r-- | hosts/himeji/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix index dfdf9f0..8fe548b 100644 --- a/hosts/himeji/default.nix +++ b/hosts/himeji/default.nix @@ -2,7 +2,7 @@ lib, inputs, kansaiPkgs, - defaultModules, + commonModules, self, outputs, secrets, @@ -29,6 +29,6 @@ ./configuration.nix ./hardware-configuration.nix inputs.disko.nixosModules.disko - ] ++ defaultModules; + ] ++ commonModules; }; } |