From 12af9ae0fe42d0d1654126d73998186bdb4f8397 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 7 May 2024 22:04:09 +0200 Subject: [PATCH] added overall mountpoint --- devices/ellaca/disko.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 408370b..5859015 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -40,6 +40,8 @@ mountpoint = "/nix"; }; }; + + mountpoint = "/pratition-root"; swap = { swapfile = { size = "16G";