Disable DNS and GSSAPI auth on sshd

Remove NixNG code
This commit is contained in:
Pim Kunis 2024-09-24 22:45:07 +02:00
parent 3d456b1a43
commit fcc2848523
5 changed files with 3 additions and 72 deletions

View file

@ -10,9 +10,8 @@ let
net = import ./net.nix lib;
});
nonSystemAttrs = rec {
nonSystemAttrs = {
globals = import ./globals.nix;
imagePath = name: "nix:0${globals.imageDir}/${name}.tar";
};
allAttrs = systemAttrs // nonSystemAttrs;

View file

@ -25,6 +25,4 @@
freshrssIPv4 = "192.168.30.146";
immichIPv4 = "192.168.30.147";
nextcloudIPv4 = "192.168.30.148";
imageDir = "/var/container_images";
}