summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-30 23:02:18 -0700
committerFuwn <[email protected]>2024-09-30 23:02:18 -0700
commit3b48e84ad2415591b5728b4782616715237ebc1a (patch)
tree093d434f6530b27dc32610a8e95f1fe6ba02d318 /hosts
parentjust: remove default hostname from deploy (diff)
downloadnixos-config-3b48e84ad2415591b5728b4782616715237ebc1a.tar.xz
nixos-config-3b48e84ad2415591b5728b4782616715237ebc1a.zip
himeji: sync with kanisaPkgs
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 394cd2e..ffe2153 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -39,6 +39,12 @@ in
};
himeji = nixosSystem {
+ pkgs =
+ (kansaiPkgs
+ {
+ }
+ )."x86_64-linux";
+
specialArgs = {
inherit
inputs