aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-14 11:06:34 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-14 11:06:34 +0200
commitc1237cd06c50dfdb6e07242a0e56a5ec158de0de (patch)
tree100e1b2587ebfa3540b3e96b5ceae7b20804584b
parent1f87077a48e9e9874101248376c8a3424073d1f7 (diff)
downloadnix-infra-c1237cd06c50dfdb6e07242a0e56a5ec158de0de.tar.gz
nix-infra-c1237cd06c50dfdb6e07242a0e56a5ec158de0de.tar.bz2
nix-infra-c1237cd06c50dfdb6e07242a0e56a5ec158de0de.zip
push more packages
-rw-r--r--srv/hadante/configuration.nix14
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
];
}