mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-07 10:22:46 +01:00
meow
This commit is contained in:
parent
f1c3523374
commit
9adb086e45
3 changed files with 45 additions and 30 deletions
|
|
@ -30,7 +30,10 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
swapDevices = [{
|
||||
device = "/swap/swapfile";
|
||||
size = (1024 * 64) + (1024 * 8); # 72G
|
||||
} ];
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue