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 = [
"nix-command"
"flakes"
"inetutils"
];
};
};
@ -21,6 +20,7 @@
environment.systemPackages = with pkgs; [
git
htop
inetutils
];
networking.firewall = {