updated config for new ZFS/NFS shares
Check NixOS configurations / eval-hosts (push) Successful in 39m58s
Check NixOS configurations / eval-hosts (push) Successful in 39m58s
This commit is contained in:
@@ -18,6 +18,7 @@ in
|
||||
../../modules/nix/cache-client.nix
|
||||
../../modules/nix/remote-builder-client.nix
|
||||
../../modules/nix/mount-docker-config.nix
|
||||
../../modules/nix/mount-docker-volumes.nix
|
||||
];
|
||||
|
||||
# nixpkgs.config.permittedInsecurePackages = [
|
||||
@@ -25,6 +26,8 @@ in
|
||||
# ];
|
||||
|
||||
networking.hostName = "docker"; # Define your hostname.
|
||||
networking.hostId = "007f0200";
|
||||
boot.zfs.forceImportRoot = false;
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user