From 660b8742c2ce319b4268c37e59d79a63bc31f463 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 24 Sep 2023 18:56:20 +0900 Subject: feat(nixos/alpha): persist network and bluetooth settings * new workstation has WLAN and Bluetooth support. --- nixos/alpha/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 771ebd1..b1af232 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -216,6 +216,8 @@ services.avahi.nssmdns = true; environment.persistence."/persist".directories = [ + "/etc/NetworkManager/system-connections" + "/var/lib/bluetooth" "/etc/cups" ]; -- cgit 1.4.1