change podman config
This commit is contained in:
parent
7580f897c2
commit
3ebbe5d7d4
5 changed files with 48 additions and 31 deletions
|
|
@ -1,14 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.drone-server = {
|
||||
isSystemUser = true;
|
||||
group = "drone-server";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue