1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Set wireguard for nucturne but not for stel-xps

This commit is contained in:
Stefan Ellmauthaler 2022-08-02 11:59:12 +02:00
parent 983fc847e1
commit bd206ff267
Failed to extract signature
2 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,9 @@
enable = true;
};
# enable wireguard
wireguard.enable = true;
# user setup
users = {
enable = true;

View File

@ -36,7 +36,7 @@
};
# enable wireguard
wireguard.enable = true;
wireguard.enable = false;
# user setup
users = {