This commit is contained in:
mjallen18
2025-10-23 09:13:25 -05:00
parent 9f1c57ddf2
commit f90324ca49
3 changed files with 5 additions and 1 deletions

1
result-pi4 Symbolic link
View File

@@ -0,0 +1 @@
/nix/store/4n58g6iv3i5d287y9ylgqghm4r76fm67-nixos-system-pi4-6.12.44-unstable_20250829-raspberry-pi-4-uboot-25.11.20251021.dacb109

View File

@@ -1,5 +1,6 @@
{ ... }:
{ lib, ... }:
{
services.resolved.enable = lib.mkForce false;
services.adguardhome = {
enable = true;
openFirewall = true;

View File

@@ -39,6 +39,8 @@
};
user = {
name = "matt";
hashedPasswordFile = null;
password = "BogieDudie1";
mutableUsers = false;
extraGroups = [
"docker"