Disable DNS and GSSAPI auth on sshd
Remove NixNG code
This commit is contained in:
parent
3d456b1a43
commit
fcc2848523
5 changed files with 3 additions and 72 deletions
|
@ -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;
|
||||
|
|
|
@ -25,6 +25,4 @@
|
|||
freshrssIPv4 = "192.168.30.146";
|
||||
immichIPv4 = "192.168.30.147";
|
||||
nextcloudIPv4 = "192.168.30.148";
|
||||
|
||||
imageDir = "/var/container_images";
|
||||
}
|
||||
|
|
Reference in a new issue