add caddy, podman, foundry vtt, and dokuwiki
This commit is contained in:
parent
7aa50aa403
commit
8beedcf05e
3 changed files with 54 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common
|
||||
./foundry.nix
|
||||
./dokuwiki.nix
|
||||
];
|
||||
|
||||
networking.hostName = "lab";
|
||||
|
|
@ -27,5 +29,14 @@
|
|||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
services.caddy.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue