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

Adapt starting configuration for Metis

This commit is contained in:
Stefan Ellmauthaler 2022-07-31 11:03:43 +02:00
parent 9e8b24445f
commit f31d57b6f2
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -40,7 +40,7 @@
}; };
# enable wireguard # enable wireguard
wireguard.enable = true; wireguard.enable = false;
# user setup # user setup
@ -51,7 +51,7 @@
meta = { meta = {
ellmau.git = { ellmau.git = {
signDefault = true; signDefault = false;
}; };
}; };
}; };