Fix typo
This commit is contained in:
parent
36394ceaf0
commit
81187bf0ff
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
"inetutils"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -21,6 +20,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
htop
|
||||
inetutils
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
Loading…
Reference in a new issue