cleanup
This commit is contained in:
parent
b1a2c5a905
commit
40b0d84f53
36 changed files with 16 additions and 542 deletions
17
secrets/rackserv/default.nix
Normal file
17
secrets/rackserv/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
sops.secrets = {
|
||||
wireguard-privatekey = {
|
||||
format = "binary";
|
||||
sopsFile = ./wireguard-private;
|
||||
owner = "systemd-network";
|
||||
};
|
||||
restic-password = {
|
||||
format = "binary";
|
||||
sopsFile = ./restic-password;
|
||||
};
|
||||
cloudflare = {
|
||||
format = "binary";
|
||||
sopsFile = ./cloudflare;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue