Added wireguard to puter - no config
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
|
./wireguard.nix
|
||||||
#./remotebuild_user.nix
|
#./remotebuild_user.nix
|
||||||
# DE
|
# DE
|
||||||
../../modules/de/multiple-dms.nix
|
../../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