aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/gaspode.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/gaspode.nix')
-rw-r--r--nixos/machine/gaspode.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nixos/machine/gaspode.nix b/nixos/machine/gaspode.nix
deleted file mode 100644
index 5e57456..0000000
--- a/nixos/machine/gaspode.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- fileSystems = {
- "/" = {
- device = "/dev/mmcblk0p2";
- options = ["compress=lzo" "subvol=@nix"];
- };
- "/home" = {
- device = "/dev/mmcblk0p2";
- options = ["compress=lzo" "subvol=@home"];
- };
- "/boot" = {
- device = "/dev/mmcblk0p1";
- };
- };
-}