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)
agenix.nixosModules.default
];
specialArgs = { host="sakura"; inherit self inputs username ; };
specialArgs = { host="ichiyo"; inherit self inputs username ; };
};
violet = nixpkgs.lib.nixosSystem {
inherit system;