udpate some toolling

This commit is contained in:
2026-03-29 08:06:21 -05:00
parent 92e3979930
commit 7e6d51732d
2 changed files with 43 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ in
users.users.free = {
isNormalUser = true;
description = "free";
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "networkmanager" ];
initialPassword = "free";
};
@@ -26,7 +26,6 @@ in
nix-bitcoin.generateSecrets = true;
environment.systemPackages = with pkgs; [
installer
zenity
@@ -49,7 +48,7 @@ in
[Desktop Entry]
Type=Application
Name=Sovran Guided Installer
Exec=${installer}/bin/sovran-install
Exec=gnome-terminal -- bash -c "${installer}/bin/sovran-install; exec bash"
Terminal=false
X-GNOME-Autostart-enabled=true
'';