Nix-Config/hosts/servers/poseidon/default.nix

13 lines
No EOL
193 B
Nix

{ config, lib, pkgs, modulesPath, ... }:
{
imports = [
./hardware.nix
../../../modules/sops.nix
./old
];
virtualisation.docker.daemon.settings = {
ipv6 = false;
};
}