podman fix

This commit is contained in:
m3tam3re 2023-04-13 06:20:25 +02:00
parent a57a211b47
commit ebacf11249
3 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = WLR_NO_HARDWARE_CURSORS,1 env = WLR_NO_HARDWARE_CURSORS,1
env = __NV_PRIME_RENDER_OFFLOAD,1
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {
kb_layout = de kb_layout = de

View File

@ -11,7 +11,7 @@
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.passwordAuthentication = false; services.openssh.settings.PasswordAuthentication' = false;
networking = { networking = {
hostName = "lkk-nix-1"; hostName = "lkk-nix-1";
firewall.enable = true; firewall.enable = true;

View File

@ -5,6 +5,7 @@
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
defaultNetwork.settings = { dns_enabled = true; };
}; };
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";
} }