system/common: add incus module
This commit is contained in:
parent
204b469f1a
commit
4fc3e01dbe
5 changed files with 85 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
hostId = builtins.substring 0 8 (builtins.readFile ./machine-id);
|
||||
networkmanager.enable = true;
|
||||
firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
nftables.enable = true;
|
||||
};
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
|
@ -47,5 +48,6 @@
|
|||
instances = 4;
|
||||
};
|
||||
};
|
||||
common.incus.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue