mirror of
https://codeberg.org/muon/home.git
synced 2026-03-09 11:53:12 +00:00
Add lingering changes
This commit is contained in:
parent
778c2403fc
commit
74b64ab6f1
11 changed files with 74 additions and 616 deletions
|
|
@ -5,7 +5,10 @@
|
|||
...
|
||||
}: {
|
||||
networking = {
|
||||
interfaces.enp0s31f6.mtu = 1200;
|
||||
interfaces.enp0s31f6 = {
|
||||
mtu = 1200;
|
||||
useDHCP = true;
|
||||
};
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.macAddress = "random";
|
||||
|
|
@ -32,9 +35,9 @@
|
|||
# slows down boot time
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
# services.openvpn.servers = {
|
||||
# remote = { config = ''config ${config.users.users.muon.home}/documents/openvpn/muon.ovpn''; };
|
||||
# };
|
||||
services.openvpn.servers = {
|
||||
remote = { config = ''config ${config.users.users.muon.home}/documents/openvpn/muon.ovpn''; };
|
||||
};
|
||||
|
||||
# services.openssh = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue