Move secrets to individual configs

This commit is contained in:
DashieTM 2024-08-25 14:35:32 +02:00
parent bee8a21990
commit a1b70baa78
5 changed files with 9 additions and 48 deletions

View file

@ -24,7 +24,7 @@
outputs = { ... }@inputs: {
nixosConfigurations =
(inputs.dashNix.dashNixLib.build_systems [ "example" ] ./hosts/.);
(inputs.dashNix.dashNixLib.build_systems [ "example" ] ./.);
};
nixConfig = {