vm and op5p: add bcachefs

This commit is contained in:
2024-03-06 12:48:27 +02:00
parent 3f7c097634
commit 7ad3e26401
3 changed files with 13 additions and 5 deletions

View File

@@ -16,6 +16,8 @@
};
};
boot.supportedFilesystems = ["bcachefs"];
security.sudo = {
enable = true;
wheelNeedsPassword = false;

View File

@@ -20,7 +20,10 @@
};
};
boot.loader.systemd-boot.enable = true;
boot = {
loader.systemd-boot.enable = true;
supportedFilesystems = ["bcachefs"];
};
isoImage = {
isoName = "toolshed-${self.lastModifiedDate}.iso";