zmiany w podpowiedziach do skrótów klawiszowych, próba dodania dockera, instalacja buna
This commit is contained in:
@@ -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}";
|
||||
|
||||
@@ -16,6 +16,7 @@ in {
|
||||
"libvirtd"
|
||||
"scanner"
|
||||
"lp"
|
||||
"docker"
|
||||
];
|
||||
shell = pkgs.bash;
|
||||
ignoreShellProgramCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user