From 8bd789c6e8fb304216db3e55985610e531c8b2aa Mon Sep 17 00:00:00 2001 From: shinya Date: Tue, 26 May 2026 20:50:11 +0200 Subject: [PATCH] fixes, nextcloud and wifi --- configuration.nix | 7 ++++++- preservation.nix | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 309dbae..274d799 100644 --- a/configuration.nix +++ b/configuration.nix @@ -93,7 +93,12 @@ programs.firefox.enable = true; services = { - network-manager-applet.enable = true; + # network-manager-applet.enable = true; + }; + + xdg.autostart = { + enable = true; + entries = [ "${pkgs.nextcloud-client}/share/application/com.nextcloud.desktopclient.nextcloud.desktop" ]; }; diff --git a/preservation.nix b/preservation.nix index 6be3bd5..b1f0a28 100644 --- a/preservation.nix +++ b/preservation.nix @@ -10,6 +10,10 @@ directory = "/etc/NetworkManager/system-connections"; inInitrd = true; } + { + directory = "/var/lib/NetworkManager/"; + inInitrd = true; + } { directory = "/var/lib/nixos"; inInitrd = true;