From 3d5b28b79f1f25178ad4ba9497b158d703392583 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 7 May 2022 21:24:01 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/config-plasma.nix b/config-plasma.nix index 53ecd5f..fb28741 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -13,7 +13,6 @@ systemd-boot.enable = true; }; - { fileSystems."/" = { device = "/dev/disk/by-label/root" ; fsType = "btrfs"; @@ -24,7 +23,6 @@ device = "/dev/disk/by-label/root" ; preLVM = true; }; - } # Name your host machine networking.hostName = "NixOS-VM";