parent
fa65a98052
commit
a6c3212bb1
2 changed files with 5 additions and 4 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -1087,11 +1087,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_4"
|
"treefmt-nix": "treefmt-nix_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1738570996,
|
"lastModified": 1739081745,
|
||||||
"narHash": "sha256-sdZBfKqV6zw097DAL0wMECDuPj1/qC8qSIIHOyR8q70=",
|
"narHash": "sha256-FGaxXNmvDd6fL22fvbVS9eb+Lr+4UR+xZtkKkUoYuKI=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "b1c3f6b628a3d317db2d1be0ea07db7feb710dbf",
|
"rev": "0d764189384d5fa7d9850b4d2f35ed98a0598871",
|
||||||
"revCount": 88,
|
"revCount": 89,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git"
|
"url": "ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
components.network.wifi.enable = false;
|
components.network.wifi.enable = false;
|
||||||
components.virtualisation.enable = true; # we only enable this stuff where we need it explicitly
|
components.virtualisation.enable = true; # we only enable this stuff where we need it explicitly
|
||||||
components.virtualisation.podman.enable = false;
|
components.virtualisation.podman.enable = false;
|
||||||
|
virtualisation.oci-containers.backend = "docker";
|
||||||
|
|
||||||
features.network.fail2ban.enable = true;
|
features.network.fail2ban.enable = true;
|
||||||
features.boot.ssh.enable = true;
|
features.boot.ssh.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue