chore: NixOS | remove var/log from disko

This commit is contained in:
Shahab Dogar
2025-02-09 21:22:03 +05:00
parent 85eaa3af92
commit 7a80a9c5f9
2 changed files with 1 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ in {
description = "Shahab Dogar"; description = "Shahab Dogar";
extraGroups = ["networkmanager" "wheel" "input" "libvirtd"]; extraGroups = ["networkmanager" "wheel" "input" "libvirtd"];
initialPassword = "tempPass"; initialPassword = "tempPass";
hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path; # hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path;
openssh.authorizedKeys = { openssh.authorizedKeys = {
keys = [ keys = [

View File

@@ -85,14 +85,6 @@
"noatime" "noatime"
]; ];
}; };
"@var/log" = {
mountpoint = "/var/log";
mountOptions = [
"subvol=syslogs"
"compress=zstd"
"noatime"
];
};
}; };
}; };
}; };