diff options
| author | Baitinq <[email protected]> | 2022-08-21 01:57:58 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-22 02:22:33 +0200 |
| commit | 29ab7e70878022f42500c468e1aa5ef5e1780e63 (patch) | |
| tree | 1c0e223c203b6cb0eb4d34ab1356f553cb549a9a /hosts/configuration.nix | |
| parent | VM: Encrypt filesystem (diff) | |
| download | nixos-config-29ab7e70878022f42500c468e1aa5ef5e1780e63.tar.gz nixos-config-29ab7e70878022f42500c468e1aa5ef5e1780e63.tar.bz2 nixos-config-29ab7e70878022f42500c468e1aa5ef5e1780e63.zip | |
Add wireguard secret module
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 84cb8f8..fce9583 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -8,6 +8,8 @@ ../modules/xorg ../modules/fonts ../modules/virtualisation + + ../secrets/wireguard ]; boot = { |