vno1-op5p

This commit is contained in:
2024-03-06 15:41:07 +02:00
parent 0e32f5a913
commit f9426cddba
4 changed files with 102 additions and 8 deletions

View File

@@ -22,6 +22,14 @@
boot.supportedFilesystems = ["bcachefs"];
fileSystems = {
"/" = {
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
options = ["noatime"];
};
};
security.sudo = {
enable = true;
wheelNeedsPassword = false;