chore: NixOS | remove var/log from disko
This commit is contained in:
@@ -116,7 +116,7 @@ in {
|
||||
description = "Shahab Dogar";
|
||||
extraGroups = ["networkmanager" "wheel" "input" "libvirtd"];
|
||||
initialPassword = "tempPass";
|
||||
hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path;
|
||||
# hashedPasswordFile = config.sops.secrets."user_passwords/shahab".path;
|
||||
|
||||
openssh.authorizedKeys = {
|
||||
keys = [
|
||||
|
||||
@@ -85,14 +85,6 @@
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
"@var/log" = {
|
||||
mountpoint = "/var/log";
|
||||
mountOptions = [
|
||||
"subvol=syslogs"
|
||||
"compress=zstd"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user