From 7a80a9c5f955e9b266300e3603149b40bd341360 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 9 Feb 2025 21:22:03 +0500 Subject: [PATCH] chore: NixOS | remove var/log from disko --- nixos/configuration.nix | 2 +- nixos/disko-config.nix | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c734723..691634b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 = [ diff --git a/nixos/disko-config.nix b/nixos/disko-config.nix index b450415..40dc095 100644 --- a/nixos/disko-config.nix +++ b/nixos/disko-config.nix @@ -85,14 +85,6 @@ "noatime" ]; }; - "@var/log" = { - mountpoint = "/var/log"; - mountOptions = [ - "subvol=syslogs" - "compress=zstd" - "noatime" - ]; - }; }; }; };