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:
parent
983fc847e1
commit
bd206ff267
@ -33,6 +33,9 @@
|
||||
sops = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# enable wireguard
|
||||
wireguard.enable = true;
|
||||
|
||||
# user setup
|
||||
users = {
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
};
|
||||
|
||||
# enable wireguard
|
||||
wireguard.enable = true;
|
||||
wireguard.enable = false;
|
||||
|
||||
# user setup
|
||||
users = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user