Flake update + fix ntfy in loki + remote network manager in freya

This commit is contained in:
Filippo Berto 2024-03-30 00:15:39 +01:00
parent 556f1d2745
commit fe3593c552
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 46 additions and 31 deletions

View file

@ -26,15 +26,15 @@
};
swapDevices = [
{ device = "/swapfile"; size = 1024 * 32; }
{ device = "/swapfile"; size = 1024 * 4; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.networkmanager.enable = lib.mkDefault true;
# networking.useDHCP = lib.mkDefault true;
# networking.networkmanager.enable = lib.mkDefault true;
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.eth0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
# networking.interfaces.ztmjfdwjkp.useDHCP = lib.mkDefault true;