Compare commits
1 commit
d19b0499b1
...
497384d486
Author | SHA1 | Date | |
---|---|---|---|
497384d486 |
3 changed files with 5 additions and 6 deletions
|
@ -7,7 +7,6 @@
|
|||
../../modules/syncthing.nix
|
||||
./hardware.nix
|
||||
./borg.nix
|
||||
./network.nix
|
||||
./sway.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
../../modules/server
|
||||
./hardware.nix
|
||||
#./borg.nix
|
||||
#./network.nix
|
||||
./network.nix
|
||||
];
|
||||
|
||||
networking.hostName = "sigma";
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
Kind = "wireguard";
|
||||
};
|
||||
wireguardConfig = {
|
||||
PrivateKeyFile = config.age.secrets.wireguard-private-key-file-omega.path;
|
||||
PrivateKeyFile = config.age.secrets.wireguard-private-key-file-sigma.path;
|
||||
};
|
||||
wireguardPeers = [
|
||||
{
|
||||
|
@ -68,7 +68,7 @@
|
|||
Kind = "wireguard";
|
||||
};
|
||||
wireguardConfig = {
|
||||
PrivateKeyFile = config.age.secrets.wireguard-private-key-file-omega.path;
|
||||
PrivateKeyFile = config.age.secrets.wireguard-private-key-file-sigma.path;
|
||||
};
|
||||
wireguardPeers = [
|
||||
{
|
||||
|
@ -104,8 +104,8 @@
|
|||
group = "systemd-network";
|
||||
};
|
||||
|
||||
age.secrets.wireguard-private-key-file-omega = {
|
||||
file = "${secrets}/secrets/wireguard-private-key-file-omega.age";
|
||||
age.secrets.wireguard-private-key-file-sigma = {
|
||||
file = "${secrets}/secrets/wireguard-private-key-file-sigma.age";
|
||||
mode = "640";
|
||||
owner = "root";
|
||||
group = "systemd-network";
|
Loading…
Reference in a new issue