mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
podman for lpt, remove package
This commit is contained in:
parent
06074d16ec
commit
b72e5b904e
|
@ -29,10 +29,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [anydesk];
|
virtualisation = {
|
||||||
|
containers.enable = true;
|
||||||
virtualisation.podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
dockerSocket.enable = true;
|
||||||
|
autoPrune.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.vinzenz.openssh.authorizedKeys.keys = [
|
users.users.vinzenz.openssh.authorizedKeys.keys = [
|
||||||
|
|
Loading…
Reference in a new issue