From 9b3418c0c0ae4c945c51430fd59956e7ad8bd90e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 16:38:06 +0100 Subject: updated laptop disko config --- hosts/laptop/disko.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'hosts/laptop') diff --git a/hosts/laptop/disko.nix b/hosts/laptop/disko.nix index 87c7e82..54b30a1 100644 --- a/hosts/laptop/disko.nix +++ b/hosts/laptop/disko.nix @@ -9,15 +9,13 @@ ESP = { size = "512M"; type = "EF00"; + priority = 1; content = { type = "filesystem"; format = "vfat"; - mountpoint = "/boot"; + mountpoint = "/boot/efi"; mountOptions = [ "umask=0077" ]; }; - }; - fedora = { - }; root = { size = "100%"; @@ -25,7 +23,7 @@ type = "btrfs"; extraArgs = [ "-f" ]; subvolumes = { - "/" = { + "/root" = { mountpoint = "/"; mountOptions = [ "noatime" ]; }; -- cgit v1.3