fix: sakura -> ichiyo in ichiyo's config

This commit is contained in:
Ahwx 2024-12-23 22:45:47 +01:00
parent 43a3636f2c
commit a982148ad2

View file

@ -73,7 +73,7 @@
(import ./hosts/ichiyo) (import ./hosts/ichiyo)
agenix.nixosModules.default agenix.nixosModules.default
]; ];
specialArgs = { host="sakura"; inherit self inputs username ; }; specialArgs = { host="ichiyo"; inherit self inputs username ; };
}; };
violet = nixpkgs.lib.nixosSystem { violet = nixpkgs.lib.nixosSystem {
inherit system; inherit system;