From e09a2f8a23161e52859754e5cf874ec4099a2008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 20 Dec 2022 21:47:46 +0100 Subject: nixos: update some machines configuration --- nixos/machine/spt-mpd.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'nixos/machine/spt-mpd.nix') diff --git a/nixos/machine/spt-mpd.nix b/nixos/machine/spt-mpd.nix index 3e103e1..f32c1db 100644 --- a/nixos/machine/spt-mpd.nix +++ b/nixos/machine/spt-mpd.nix @@ -7,15 +7,9 @@ with lib; config = { fileSystems = { "/" = { - device = "/dev/mmcblk0p2"; - options = ["compress=lzo" "subvol=@nix"]; - }; - "/home" = { - device = "/dev/mmcblk0p2"; - options = ["compress=lzo" "subvol=@home"]; - }; - "/boot" = { device = "/dev/mmcblk0p1"; + fsType = "btrfs"; + options = ["compress=lzo"]; }; }; }; -- cgit v1.2.3