darwin compatible commit, touching up on modules, common system ietms
This commit is contained in:
@ -44,7 +44,6 @@
|
||||
firefox
|
||||
wttrbar
|
||||
cliphist
|
||||
xivlauncher
|
||||
patchelf
|
||||
];
|
||||
|
||||
@ -108,18 +107,16 @@
|
||||
powertop.enable = false;
|
||||
};
|
||||
|
||||
podman = {
|
||||
podman = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
docker-credential-helpers
|
||||
toolbox
|
||||
cosign
|
||||
crane
|
||||
podman-tui
|
||||
podman-desktop
|
||||
];
|
||||
};
|
||||
containers.podman = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
docker-credential-helpers
|
||||
toolbox
|
||||
cosign
|
||||
crane
|
||||
podman-tui
|
||||
podman-desktop
|
||||
];
|
||||
};
|
||||
|
||||
customNetworking = {
|
||||
|
Reference in New Issue
Block a user