diff options
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/hadante/configuration.nix | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index a7a9fec..e939857 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -15,15 +15,10 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "hadante"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Use lesbian nix nix.package = pkgs.lix; - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - # Enable networking networking.networkmanager.enable = true; @@ -67,6 +62,7 @@ # Enable sound with pipewire. hardware.pulseaudio.enable = false; security.rtkit.enable = true; + security.sudo.wheelNeedsPassword = false; services.pipewire = { enable = true; alsa.enable = true; @@ -131,5 +127,13 @@ openssl xxd pinentry-qt + emacs + + sway + webp-pixbuf-loader + + wezterm + + vesktop ]; } |
