fix: missed a }; and added one somewhere else which caused some hosts to disappear

This commit is contained in:
Ahwx 2024-12-26 12:38:02 +01:00
parent a982148ad2
commit 4eba641d2f

View file

@ -67,6 +67,7 @@
agenix.nixosModules.default agenix.nixosModules.default
]; ];
specialArgs = { host="yoshino"; inherit self inputs username ; }; specialArgs = { host="yoshino"; inherit self inputs username ; };
};
ichiyo = nixpkgs.lib.nixosSystem { ichiyo = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
modules = [ modules = [
@ -93,5 +94,4 @@
}; };
}; };
}; };
};
} }