mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30: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.podman = {
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
autoPrune.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.vinzenz.openssh.authorizedKeys.keys = [
|
||||
|
|
Loading…
Reference in a new issue