Skip to content

Commit

Permalink
fix(nuc): Set mountpoint to null
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 14, 2023
1 parent 9af1fa3 commit 36e9d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/nuc/disko.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
datasets = {
"system" = {
type = "zfs_fs";
mountpoint = "none";
mountpoint = null;
};
"system/root" = {
type = "zfs_fs";
Expand Down

0 comments on commit 36e9d14

Please sign in to comment.