Working (I think?) GUI on zbox

This commit is contained in:
root
2021-03-31 23:28:42 +00:00
parent f373da5475
commit d145f6282a
7 changed files with 125 additions and 43 deletions
+9 -2
View File
@@ -1,10 +1,17 @@
{ config, lib, pkgs, ... }:
{
# TODO: remove?
nixpkgs.config.permittedInsecurePackages = [
"openssh-with-gssapi-8.4p1" # CVE-2021-28041
];
fudo.slynk.enable = true;
networking = {
eno1.useDHCP = false;
intif0 = { useDHCP = true; };
interfaces = {
eno1.useDHCP = false;
intif0 = { useDHCP = true; };
};
};
}