pihole: podman???

This commit is contained in:
41666 2024-05-31 01:57:12 -04:00
parent d4b3588a46
commit 4b0c89cc92
2 changed files with 4 additions and 6 deletions

8
flake.lock generated
View file

@ -729,11 +729,11 @@
]
},
"locked": {
"lastModified": 1717134073,
"narHash": "sha256-GTYbZ1H6/PVoMsq4abvxFvZ8K3YcQcYNTVy5Y9d2yUc=",
"lastModified": 1717134985,
"narHash": "sha256-jnkBhTI27wYI6ISwszzGfDRmyR6xXNvt1IHAnpvmAOA=",
"ref": "refs/heads/main",
"rev": "a125ee3d1cd490c5a4ace180017c149c3c10e04b",
"revCount": 38,
"rev": "913f75bd0d1e8c8f10aad666b112a25e9e0ad686",
"revCount": 39,
"type": "git",
"url": "https://git.sapphic.engineer/noe/pihole-flake"
},

View file

@ -25,8 +25,6 @@
users.users.pihole = {
isNormalUser = true;
subUidRanges = [{ count = 65534; startUid = 100001; }];
subGidRanges = [{ count = 65534; startGid = 100001; }];
};
services.pihole = {