This commit is contained in:
js0ny 2025-10-29 19:55:54 +00:00
parent cd9c91b9bc
commit fbe299a28c
16 changed files with 67 additions and 17 deletions

View file

@ -24,6 +24,7 @@
../../modules/nixos/desktop/de/kde.nix
# desktop programs
../../modules/nixos/programs/zsh.nix
../../modules/nixos/programs/chromium.nix
../../modules/nixos/programs/firefox.nix
../../modules/nixos/programs/libvirt.nix

View file

@ -47,7 +47,9 @@
options = ["fmask=0022" "dmask=0022"];
};
swapDevices = [];
swapDevices = [
{device = "/swap/swapfile";}
];
# 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