mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config-plasma.nix
This commit is contained in:
parent
3d5b28b79f
commit
e23a790434
1 changed files with 4 additions and 10 deletions
|
@ -13,16 +13,10 @@
|
|||
systemd-boot.enable = true;
|
||||
};
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/root" ;
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nixos" "compress=zstd" "autodefrag" "noatime" ];
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."crypt-root" = {
|
||||
device = "/dev/disk/by-label/root" ;
|
||||
preLVM = true;
|
||||
};
|
||||
boot.initrd.luks.devices."crypt-root" = {
|
||||
device = "/dev/disk/by-label/root" ;
|
||||
preLVM = true;
|
||||
};
|
||||
|
||||
# Name your host machine
|
||||
networking.hostName = "NixOS-VM";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue