aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/disks/default.nix3
1 files changed, 1 insertions, 2 deletions
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";