Update NixOS config.
This commit is contained in:
parent
c6feb9a182
commit
e4966c4c45
1 changed files with 7 additions and 1 deletions
|
@ -27,9 +27,15 @@
|
|||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
|
||||
[ { device = "/dev/disk/by-uuid/81d80835-b4d9-4808-b662-da03b38419e8"; }
|
||||
{ device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
|
||||
];
|
||||
|
||||
# original, one swap on HDD
|
||||
# swapDevices =
|
||||
# [ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
|
||||
# ];
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue