Added wireguard to puter - no config
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
./hardware-configuration.nix
|
||||
./syncthing.nix
|
||||
./packages.nix
|
||||
./wireguard.nix
|
||||
#./remotebuild_user.nix
|
||||
# DE
|
||||
../../modules/de/multiple-dms.nix
|
||||
|
||||
9
hosts/puter/wireguard.nix
Normal file
9
hosts/puter/wireguard.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wireguard
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user