enabling disko and disable swap partition (zram)
This commit is contained in:
parent
3c79934ce1
commit
357b9d4b93
2 changed files with 4 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../disko/sda.nix
|
||||
../workstation
|
||||
../wm
|
||||
../themes.nix
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/sda3"; }
|
||||
];
|
||||
# swapDevices =
|
||||
# [ { device = "/dev/sda3"; }
|
||||
# ];
|
||||
|
||||
# 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