Nix-Config/hosts/servers/poseidon/default.nix
2026-05-21 03:48:14 -05:00

14 lines
No EOL
210 B
Nix

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