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:
parent
b45e2b6ff4
commit
9496d8eb3f
8 changed files with 7 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue