tohru, orm: tidy up vestigial wireguard config
This commit is contained in:
parent
e90afae7ac
commit
70247124a6
7 changed files with 16 additions and 24 deletions
|
@ -4,11 +4,17 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./home.nix
|
||||
./wireguard.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
age.secrets.wireguard-peer-orm.file = ../../secrets/wireguard-peer-orm.age;
|
||||
|
||||
birdsong.peer = {
|
||||
enable = true;
|
||||
privateKeyFile = config.age.secrets.wireguard-peer-orm.path;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
age.secrets.wireguard-hub.file = ../../secrets/wireguard-hub.age;
|
||||
|
||||
birdsong.peer = {
|
||||
enable = true;
|
||||
privateKeyFile = config.age.secrets.wireguard-hub.path;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue