Sif: WIP
This commit is contained in:
parent
7d6e2dd76f
commit
808ceebbda
1 changed files with 5 additions and 5 deletions
|
|
@ -5,11 +5,11 @@
|
|||
}:
|
||||
{
|
||||
age.secrets = {
|
||||
ntfy-odin = {
|
||||
ntfy-sif = {
|
||||
file = ../../secrets/ntfy-odin.age;
|
||||
owner = "bertof";
|
||||
};
|
||||
odin_wg_priv.file = ../../secrets/odin_wg_priv.age;
|
||||
sif.file = ../../secrets/odin_wg_priv.age;
|
||||
};
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
hostName = "odin";
|
||||
hostName = "sif";
|
||||
networkmanager.enable = true;
|
||||
# networkmanager.wifi.backend = "iwd";
|
||||
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
# autostart = false;
|
||||
# address = [ "10.0.0.2/24" "fdc9:281f:04d7:9ee9::2/64" ];
|
||||
# dns = [ "10.0.0.1" "fdc9:281f:04d7:9ee9::1" ];
|
||||
# privateKeyFile = config.age.secrets.odin_wg_priv.path;
|
||||
# privateKeyFile = config.age.secrets.sif.path;
|
||||
|
||||
# peers = [
|
||||
# {
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
# publicKey = "K57ikgFSR1O0CXWBxfQEu7uxSOsp3ePj/NMRets5pVc=";
|
||||
# }
|
||||
# {
|
||||
# # odin
|
||||
# # sif
|
||||
# publicKey = "LDBhvzeYmHJ0z5ch+N559GWjT3It1gZvGR/9WtCfURw=";
|
||||
# presharedKeyFile = config.age.secrets.wg_psk.path;
|
||||
# allowedIPs = [ "10.0.0.2/24" "fdc9:281f:04d7:9ee9::2/128" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue