Compare commits
No commits in common. "806a34cf0ed9d383760ad9e667e75c7bbb602115" and "9200eedb045af6913511551b080d6e21353d833d" have entirely different histories.
806a34cf0e
...
9200eedb04
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
];
|
];
|
||||||
sucrose.modules = [
|
sucrose.modules = [
|
||||||
(
|
(
|
||||||
{pkgs, config, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = [pkgs.podman-compose];
|
environment.systemPackages = [pkgs.podman-compose];
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
containers.enable = true;
|
containers.enable = true;
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = false;
|
dockerCompat = false;
|
||||||
defaultNetwork.settings.dns_enabled = (config.networking.hostName == "glucose"); # TODO: fix this stupid shit ssometime -e
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
};
|
};
|
||||||
oci-containers.backend = "podman";
|
oci-containers.backend = "podman";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue