l aergia.r: fix mounting with new disko

This commit is contained in:
lassulus 2023-09-03 10:59:51 +02:00
parent 40db172916
commit 3bb70cd5c2
1 changed files with 2 additions and 0 deletions

View File

@ -45,9 +45,11 @@
# Mountpoints inferred from subvolume name # Mountpoints inferred from subvolume name
"/home" = { "/home" = {
mountOptions = []; mountOptions = [];
mountpoint = "/home";
}; };
"/nix" = { "/nix" = {
mountOptions = []; mountOptions = [];
mountpoint = "/nix";
}; };
}; };
}; };