14 lines
No EOL
210 B
Nix
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;
|
|
};
|
|
|
|
} |