tohru, orm: tidy up vestigial wireguard config

This commit is contained in:
Katherina Walshe-Grey 2024-07-25 08:05:34 +01:00
parent e90afae7ac
commit b544e127b6
6 changed files with 15 additions and 23 deletions

View file

@ -8,13 +8,20 @@
../../services/fonts.nix
../../services/steam.nix
./syncthing.nix
./wireguard.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.editor = false;
age.secrets.wireguard-peer-tohru.file = ../../secrets/wireguard-peer-tohru.age;
birdsong.peer = {
enable = true;
privateKeyFile = config.age.secrets.wireguard-peer-tohru.path;
persistentKeepalive = 23;
};
programs.evolution.enable = true;
qenya.services.fonts.enable = true;
qenya.services.steam.enable = true;