mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-16 12:59:27 -06:00
Update config-plasma.nix
This commit is contained in:
parent
a7190c7e0d
commit
ba1d1ed501
1 changed files with 0 additions and 12 deletions
|
@ -13,18 +13,6 @@
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/" =
|
|
||||||
{ device = "/dev/lvm/root";
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = [ "subvol=root" "compress=zstd" "noatime" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
fileSystems."/home" =
|
|
||||||
{ device = "/dev/lvm/root";
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = [ "subvol=home" "compress=zstd" "noatime" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "NixOS-VM";
|
networking.hostName = "NixOS-VM";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue