From f2788b9973f80cce3734e43e9cbad7e0510d0c0d Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 20 Apr 2024 04:15:38 -0400 Subject: [PATCH] nullbox: fix NetworkManager persistence --- hosts/nullbox/impermanence.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nullbox/impermanence.nix b/hosts/nullbox/impermanence.nix index 54f681a..70e0813 100644 --- a/hosts/nullbox/impermanence.nix +++ b/hosts/nullbox/impermanence.nix @@ -83,6 +83,7 @@ in { { directory = "/root"; mode = "0700"; } # system state + "/etc/NetworkManager/system-connections" "/var/lib/bluetooth" "/var/lib/blueman" "/var/lib/cups"