Compare commits

...

2 Commits

Author SHA1 Message Date
19070abca7 update nixos 2021-08-27 18:33:27 +02:00
19e683ec3c Remove quay registry to prevent annoying choice dialog. 2021-08-27 18:26:04 +02:00
2 changed files with 7 additions and 3 deletions

@ -43,6 +43,10 @@
dockerCompat = true;
};
virtualisation.containers = {
registries.search = [ "docker.io" ];
};
virtualisation.lxd.enable = true;
virtualisation.lxd.recommendedSysctlSettings = true;
virtualisation.lxc.lxcfs.enable = true;

@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1627128856,
"narHash": "sha256-yw3lA8zyNFhj309lmxvNByEEymRT1rRy5oE+jEPnsP4=",
"lastModified": 1629880049,
"narHash": "sha256-HOxVkROGlDA57D0Tg/0nus938o4HzmqacOiCoT1H5tE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dd14e5d78e90a2ccd6007e569820de9b4861a6c2",
"rev": "88226ea038e538e09c272a7c56ba73c3f5eed57f",
"type": "github"
},
"original": {