1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use new host pubkeys for containers

This commit is contained in:
oddlama 2023-12-20 01:05:23 +01:00
parent b45e2b6ff4
commit 9496d8eb3f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 7 additions and 21 deletions

View file

@ -43,20 +43,6 @@
# TODO track my github stats
# services.telegraf.extraConfig.inputs.github = {};
#guests.adguardhome = {
# backend = "microvm";
# microvm = {
# system = "x86_64-linux";
# macvtapInterface = "lan";
# };
# autostart = true;
# zfs = {
# enable = true;
# pool = "rpool";
# };
# modules = [ ./guests/adguardhome.nix ];
#};
guests = let
mkGuest = guestName: {
autostart = true;