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 =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
../disko/sda.nix
|
||||||
../workstation
|
../workstation
|
||||||
../wm
|
../wm
|
||||||
../themes.nix
|
../themes.nix
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,9 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =
|
# swapDevices =
|
||||||
[ { device = "/dev/sda3"; }
|
# [ { device = "/dev/sda3"; }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# 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
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue