This commit is contained in:
2026-02-18 10:03:29 +03:00
parent 1b5e642963
commit e20bc8c042
5 changed files with 35 additions and 1 deletions
+6
View File
@@ -13,6 +13,12 @@
toybox
];
virtualisation.podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
};
programs.zsh.shellAliases = { docker = "podman"; };
programs.ssh.startAgent = true;
services.gnome.gcr-ssh-agent.enable = lib.mkForce false;