some more server configuration

This commit is contained in:
pagedmov
2024-11-01 04:10:12 -04:00
parent dfb157c14f
commit ab9fb16c34
3 changed files with 41 additions and 0 deletions

View File

@@ -13,6 +13,14 @@
};
};
networking = {
networkmanager.enable = true;
hostName = "xenon";
firewall = {
enable = true;
};
};
environment = {
variables = {
PATH = "${pkgs.clang-tools}/bin:$PATH";

View File

@@ -9,5 +9,6 @@
imports = [
./services.nix
../sys/software/nixvim
../home/environment/zshell.nix
];
}

View File

@@ -0,0 +1,32 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gtrash
python3
fail2ban
inetutils
lolcat
lsof
mullvad
neofetch
nh
nix-output-monitor
nix-prefetch-scripts
nixos-option
nix-search-cli
openssl
p7zip
jq
pamixer
parted
pkg-config
socat
sox
stress
tree
unrar
unzip
usbutils
];
}