From e23a790434eafb2b5a5c03e2a95d44f0b13740e8 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 7 May 2022 21:25:02 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/config-plasma.nix b/config-plasma.nix index fb28741..91cbe84 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -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";