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.nix18
1 files changed, 5 insertions, 13 deletions
diff --git a/nixos/machine/spt-mpd.nix b/nixos/machine/spt-mpd.nix
index ab960b5..28f5f99 100644
--- a/nixos/machine/spt-mpd.nix
+++ b/nixos/machine/spt-mpd.nix
@@ -1,17 +1,9 @@
{
- config,
- lib,
- pkgs,
- ...
-}:
-with lib; {
- config = {
- fileSystems = {
- "/" = {
- device = "/dev/mmcblk0p1";
- fsType = "btrfs";
- options = ["compress=lzo"];
- };
+ fileSystems = {
+ "/" = {
+ device = "/dev/mmcblk0p1";
+ fsType = "btrfs";
+ options = ["compress=lzo"];
};
};
}