feat: Remove older traces of homeassistant

This commit is contained in:
uttarayan21
2025-07-30 06:58:25 +05:30
parent dab341fc63
commit daa67bc3e6
4 changed files with 28 additions and 74 deletions

View File

@@ -5,6 +5,11 @@
device,
...
}: {
virtualisation.docker.enable = true;
virtualisation.oci-containers.backend = "docker";
users.extraUsers.servius.extraGroups = ["docker"];
networking.firewall.enable = false;
nixpkgs.config.allowUnfree = true;
security.sudo.wheelNeedsPassword = false;
sops = {