Fix restoring snapshot on boot

This commit is contained in:
Charlotte Van Petegem 2024-11-10 15:19:48 +01:00
parent 9a25143a9b
commit 0544defe93
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 24 additions and 4 deletions

View file

@ -45,5 +45,8 @@
rootDataset = lib.mkOption {
example = "rpool/local/root";
};
rootPool = lib.mkOption {
example = "rpool";
};
};
}