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.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/nixos/machine/spt-mpd.nix b/nixos/machine/spt-mpd.nix
index f32c1db..ab960b5 100644
--- a/nixos/machine/spt-mpd.nix
+++ b/nixos/machine/spt-mpd.nix
@@ -1,9 +1,10 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
{
-
+ config,
+ lib,
+ pkgs,
+ ...
+}:
+with lib; {
config = {
fileSystems = {
"/" = {
@@ -13,5 +14,4 @@ with lib;
};
};
};
-
}