fix sopp
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
systemd.targets.hibernate.enable = false;
|
||||
systemd.targets.hybrid-sleep.enable = false;
|
||||
|
||||
services.xserver.displayManager.gdm.autoSuspend = true;
|
||||
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.podman.dockerCompat = true; # alias docker to podman
|
||||
virtualisation.oci-containers.backend = "podman"; # default
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
#podman-compose
|
||||
podman-tui
|
||||
];
|
||||
|
||||
|
||||
# Required for containers under podman-compose to be able to talk to each other.
|
||||
#virtualisation.defaultNetwork.settings.dns_enabled = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user