From 366b298239d0f823e2f15c286c189fdeecc08710 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Nov 2025 15:19:18 +0300 Subject: [PATCH] fuck the /etc/shadow file --- modules/nixos/system/impermanence.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/nixos/system/impermanence.nix b/modules/nixos/system/impermanence.nix index 1b8d86e..337eb89 100644 --- a/modules/nixos/system/impermanence.nix +++ b/modules/nixos/system/impermanence.nix @@ -55,9 +55,11 @@ in files = [ # the fuck is this file # "/etc/machine-id" - + # user passwords - "/etc/shadow" + # "/etc/shadow" + # fuck me if i move the shadow file to the persist folder, + # i cant use sudo command to rebuild my system ]; users = userPersistence; };