mirror of
https://github.com/davegallant/nix-config
synced 2025-10-05 15:46:02 +00:00
Compare commits
2 Commits
5a93aa1a7a
...
aa54eef455
Author | SHA1 | Date | |
---|---|---|---|
|
aa54eef455 | ||
|
4656dd3b46 |
@@ -30,11 +30,6 @@ in {
|
||||
interfaces.enp34s0 = {
|
||||
useDHCP = true;
|
||||
};
|
||||
firewall = {
|
||||
allowedUDPPorts = [
|
||||
41641 # tailscale
|
||||
];
|
||||
};
|
||||
firewall = {
|
||||
allowPing = false;
|
||||
enable = true;
|
||||
|
@@ -70,9 +70,6 @@
|
||||
};
|
||||
})
|
||||
];
|
||||
desktopLinuxModules = [
|
||||
./services/netdata/default.nix
|
||||
];
|
||||
in {
|
||||
hephaestus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit unstable;};
|
||||
@@ -80,9 +77,9 @@
|
||||
[
|
||||
./machines/hephaestus/configuration.nix
|
||||
./machines/hephaestus/hardware.nix
|
||||
./services/netdata/default.nix
|
||||
]
|
||||
++ defaultModules
|
||||
++ desktopLinuxModules;
|
||||
++ defaultModules;
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -10,7 +10,6 @@ in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# essentials
|
||||
curl
|
||||
gcc
|
||||
gnumake
|
||||
gnupg
|
||||
imagemagick
|
||||
@@ -63,13 +62,9 @@ in {
|
||||
nodePackages.bash-language-server
|
||||
nodePackages.pyright
|
||||
nodePackages.yaml-language-server
|
||||
sumneko-lua-language-server
|
||||
terraform-ls
|
||||
|
||||
# monitoring
|
||||
ctop
|
||||
glances
|
||||
grafana-loki
|
||||
htop
|
||||
procs
|
||||
|
||||
@@ -93,7 +88,6 @@ in {
|
||||
nmap
|
||||
openssl
|
||||
openvpn
|
||||
sshfs # mac requires https://osxfuse.github.io/
|
||||
tcpdump
|
||||
vpngate
|
||||
|
||||
|
Reference in New Issue
Block a user