This commit is contained in:
Michael Huebner 2025-06-16 08:10:08 +02:00
parent 36394ceaf0
commit 81187bf0ff

View file

@ -13,7 +13,6 @@
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"inetutils"
]; ];
}; };
}; };
@ -21,6 +20,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
htop htop
inetutils
]; ];
networking.firewall = { networking.firewall = {