From a48d057700c636666a5e835cbcb0b667848008c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 15 Mar 2024 09:13:05 +0100 Subject: nixos: rework configurations management --- nixos/machine/gaspode.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nixos/machine/gaspode.nix (limited to 'nixos/machine/gaspode.nix') 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"; - }; - }; -} -- cgit v1.2.3