Initial commit
This commit is contained in:
commit
38f32e9513
23 changed files with 243 additions and 0 deletions
16
machines/lil-maid/modules/sops.nix
Normal file
16
machines/lil-maid/modules/sops.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ commonMods, ... }:
|
||||
{
|
||||
modules = [
|
||||
# From this machine I work.
|
||||
(commonMods + "/sops/work.nix")
|
||||
|
||||
# From this machine I develop VienDesu!
|
||||
(commonMods + "/sops/viendesu.nix")
|
||||
];
|
||||
|
||||
sops = {
|
||||
secrets."users/nero/password" = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue