summaryrefslogtreecommitdiffstats
path: root/default.nix
AgeCommit message (Collapse)Author
8 daysadd lib/asecret.nixLibravatar Alexander Foremny
8 daysrefactor lib/{machines,nixosModules}.nixLibravatar Alexander Foremny
9 daysanother take on basic contractsLibravatar Alexander Foremny
- adds "secret" consumer `nixosModules.userSecret` - binds secret provider `testing.hardcodedSecret.rootPassword` with secret consumer `users.users.root.passwordSecret`
9 daysadd asecret example, wipLibravatar Fabian Kirchner
9 daysadd two systemsLibravatar Fabian Kirchner