lots of stuff
This commit is contained in:
parent
926f8b190b
commit
6bae0fa254
42 changed files with 1109 additions and 73 deletions
29
secrets/hopper/default.nix
Normal file
29
secrets/hopper/default.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
sops.secrets = {
|
||||
wireguard = {
|
||||
format = "binary";
|
||||
sopsFile = ./wireguard;
|
||||
};
|
||||
wg-private = {
|
||||
key = "PrivateKey";
|
||||
sopsFile = ./wireguard.yaml;
|
||||
group = "systemd-network";
|
||||
mode = "0640";
|
||||
};
|
||||
wg-preshared = {
|
||||
key = "PresharedKey";
|
||||
sopsFile = ./wireguard.yaml;
|
||||
group = "systemd-network";
|
||||
mode = "0640";
|
||||
};
|
||||
|
||||
serverenv = {
|
||||
format = "binary";
|
||||
sopsFile = ./serverenv;
|
||||
};
|
||||
code-server = {
|
||||
format = "binary";
|
||||
sopsFile = ./code-server;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue