diff options
author | lassulus <git@lassul.us> | 2023-09-03 10:59:51 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-03 10:59:51 +0200 |
commit | 3bb70cd5c28ebcf8ddee9ef7ad05cc86a2c841af (patch) | |
tree | 60ab0b87a8e133746cd373049c150ec54a1a3441 | |
parent | 40db172916f1b328d0d03f3753500b3ee2a41c7f (diff) |
l aergia.r: fix mounting with new disko
-rw-r--r-- | lass/1systems/aergia/disk.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/1systems/aergia/disk.nix b/lass/1systems/aergia/disk.nix index 848157729..233b320e4 100644 --- a/lass/1systems/aergia/disk.nix +++ b/lass/1systems/aergia/disk.nix @@ -45,9 +45,11 @@ # Mountpoints inferred from subvolume name "/home" = { mountOptions = []; + mountpoint = "/home"; }; "/nix" = { mountOptions = []; + mountpoint = "/nix"; }; }; }; |