From 411eb38eb1cbe960916e50fa716343aeadbc9895 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Jul 2023 17:07:58 +0200 Subject: Docs(system/disks): Remove checked TODO comments --- system/disks/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system') diff --git a/system/disks/default.nix b/system/disks/default.nix index 3e4abefe..f2884108 100644 --- a/system/disks/default.nix +++ b/system/disks/default.nix @@ -67,7 +67,7 @@ in { mountOptions = defaultMountOptions; }; "persistent-storage@snapshots" = { - mountpoint = "/srv/.snapshots"; # TODO does this work? + mountpoint = "/srv/.snapshots"; mountOptions = defaultMountOptions; }; "swap" = { @@ -82,7 +82,6 @@ in { type = "EF00"; size = "512M"; name = "boot"; - #bootable = true; # TODO is this needed? content = { type = "filesystem"; format = "vfat"; -- cgit 1.4.1