udpate some toolling
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user