vm and op5p: add bcachefs
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = ["bcachefs"];
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
|
||||
@@ -20,7 +20,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
supportedFilesystems = ["bcachefs"];
|
||||
};
|
||||
|
||||
isoImage = {
|
||||
isoName = "toolshed-${self.lastModifiedDate}.iso";
|
||||
|
||||
Reference in New Issue
Block a user