some more server configuration
This commit is contained in:
@@ -13,6 +13,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking = {
|
||||||
|
networkmanager.enable = true;
|
||||||
|
hostName = "xenon";
|
||||||
|
firewall = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
variables = {
|
variables = {
|
||||||
PATH = "${pkgs.clang-tools}/bin:$PATH";
|
PATH = "${pkgs.clang-tools}/bin:$PATH";
|
||||||
|
|||||||
@@ -9,5 +9,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./services.nix
|
./services.nix
|
||||||
../sys/software/nixvim
|
../sys/software/nixvim
|
||||||
|
../home/environment/zshell.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
32
modules/server/packages.nix
Normal file
32
modules/server/packages.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user