podman fix
This commit is contained in:
parent
a57a211b47
commit
ebacf11249
|
@ -18,6 +18,7 @@
|
|||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = __NV_PRIME_RENDER_OFFLOAD,1
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = de
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.settings.PasswordAuthentication' = false;
|
||||
networking = {
|
||||
hostName = "lkk-nix-1";
|
||||
firewall.enable = true;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
defaultNetwork.settings = { dns_enabled = true; };
|
||||
};
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue