Compare commits
No commits in common. "a621edc307b2c981d8a5bf96496fd9ce4b587b16" and "8e7eea9b80abb4a907d3af85e93675178fb5f02d" have entirely different histories.
a621edc307
...
8e7eea9b80
1 changed files with 6 additions and 15 deletions
|
|
@ -41,14 +41,12 @@
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation.docker.enable = false;
|
||||||
docker.enable = false;
|
virtualisation.podman.enable = true;
|
||||||
podman = {
|
virtualisation.podman.dockerSocket.enable = true;
|
||||||
enable = true;
|
virtualisation.podman.defaultNetwork.settings.dns_enabled = true;
|
||||||
dockerSocket = true;
|
virtualisation.arion = {
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
backend = "podman-socket";
|
||||||
};
|
|
||||||
arion.backend = "podman-socket";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
|
|
@ -73,13 +71,6 @@
|
||||||
google-authenticator
|
google-authenticator
|
||||||
arion
|
arion
|
||||||
docker-client
|
docker-client
|
||||||
|
|
||||||
#terminfo
|
|
||||||
pkgs.wezterm.terminfo
|
|
||||||
pkgs.foot.terminfo
|
|
||||||
pkgs.ghostty.terminfo
|
|
||||||
pkgs.kitty.terminfo
|
|
||||||
pkgs.termite.terminfo
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue