diff options
| author | adikro <adikro@noreply.codeberg.org> | 2025-12-20 16:38:06 +0100 |
|---|---|---|
| committer | adikro <adikro@noreply.codeberg.org> | 2025-12-20 16:38:06 +0100 |
| commit | 9b3418c0c0ae4c945c51430fd59956e7ad8bd90e (patch) | |
| tree | 831ea5e2eff67424bce49a11dc6d148a05ff6207 /hosts | |
| parent | 1a0ce3881898cab412b3d93ddda0b69849d527bc (diff) | |
updated laptop disko config
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/laptop/disko.nix | 8 |
1 files changed, 3 insertions, 5 deletions
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,23 +9,21 @@ ESP = { size = "512M"; type = "EF00"; + priority = 1; content = { type = "filesystem"; format = "vfat"; - mountpoint = "/boot"; + mountpoint = "/boot/efi"; mountOptions = [ "umask=0077" ]; }; }; - fedora = { - - }; root = { size = "100%"; content = { type = "btrfs"; extraArgs = [ "-f" ]; subvolumes = { - "/" = { + "/root" = { mountpoint = "/"; mountOptions = [ "noatime" ]; }; |
