zmiany w podpowiedziach do skrótów klawiszowych, próba dodania dockera, instalacja buna

This commit is contained in:
installer
2024-11-01 16:34:15 +01:00
parent 8730e8637b
commit 4b01030964
4 changed files with 78 additions and 54 deletions

View File

@@ -325,6 +325,8 @@ in {
alejandra
tutanota-desktop
ookla-speedtest
anydesk
bun
];
fonts = {
@@ -508,11 +510,12 @@ in {
# Virtualization / Containers
virtualisation = {
libvirtd.enable = true;
podman = {
enable = true;
dockerCompat = true;
defaultNetwork.settings.dns_enabled = true;
};
docker.enable = true;
# podman = {
# enable = true;
# dockerCompat = true;
# defaultNetwork.settings.dns_enabled = true;
# };
};
console.keyMap = "${keyboardLayout}";

View File

@@ -16,6 +16,7 @@ in {
"libvirtd"
"scanner"
"lp"
"docker"
];
shell = pkgs.bash;
ignoreShellProgramCheck = true;