aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/spt-mpd.nix')
-rw-r--r--nixos/machine/spt-mpd.nix10
1 files changed, 2 insertions, 8 deletions
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"];
};
};
};