chore: adds todo

This commit is contained in:
Ahwx 2024-06-23 23:11:30 +02:00
parent 837b6e1c63
commit b9b0cb2861

View file

@ -59,7 +59,7 @@
inherit system; inherit system;
modules = [( modules = [(
import ./hosts/sakura import ./hosts/sakura
#agenix.nixosModules.default #agenix.nixosModules.default # TODO: Should use this for en/decrypting secret values.
)]; )];
specialArgs = { host="sakura"; inherit self inputs username ; }; specialArgs = { host="sakura"; inherit self inputs username ; };
}; };