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