From 22f0a83c225418b56cad0d8b7aea62bd7e2811b1 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 4 Nov 2025 14:42:38 +0300 Subject: [PATCH] this is a file --- modules/nixos/system/impermanence.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/nixos/system/impermanence.nix b/modules/nixos/system/impermanence.nix index 337b7c6..1b8d86e 100644 --- a/modules/nixos/system/impermanence.nix +++ b/modules/nixos/system/impermanence.nix @@ -51,12 +51,14 @@ in # NetworkManager connection profiles and WiFi passwords "/etc/NetworkManager/system-connections" + ]; + files = [ + # the fuck is this file + # "/etc/machine-id" + # user passwords "/etc/shadow" ]; - # files = [ # the fuck is this file - # "/etc/machine-id" - # ]; users = userPersistence; }; })