diff options
Diffstat (limited to 'nixos/configurations/gaspode.nix')
| -rw-r--r-- | nixos/configurations/gaspode.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nixos/configurations/gaspode.nix b/nixos/configurations/gaspode.nix deleted file mode 100644 index 5d6d090..0000000 --- a/nixos/configurations/gaspode.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ - system.stateVersion = "25.05"; - nixpkgs.hostPlatform.system = "armv7l-linux"; - - fileSystems = { - "/" = { - device = "/dev/mmcblk0p2"; - options = ["compress=lzo" "subvol=@nix"]; - }; - "/home" = { - device = "/dev/mmcblk0p2"; - options = ["compress=lzo" "subvol=@home"]; - }; - "/boot" = { - device = "/dev/mmcblk0p1"; - }; - }; -} |
