diff --git a/config/hosts/shinmyoumaru/nixos.nix b/config/hosts/shinmyoumaru/nixos.nix index 6bca26ad..43244241 100644 --- a/config/hosts/shinmyoumaru/nixos.nix +++ b/config/hosts/shinmyoumaru/nixos.nix @@ -20,7 +20,7 @@ type = "resource"; connection = { port = head config.services.openssh.ports; - host = config.network.addresses.private.nixos.ipv4.address; + host = "192.168.1.145"; #config.network.addresses.private.nixos.ipv4.address; }; }; }; @@ -29,7 +29,7 @@ networking = { useDHCP = true; - interfaces.eno1.ipv4.addresses = singleton { + interfaces.eth0.ipv4.addresses = singleton { inherit (config.network.addresses.private.nixos.ipv4) address; prefixLength = 24; }; @@ -48,7 +48,7 @@ }; yggdrasil = { enable = true; - pubkey = "0000000000000000000000000000000000000000000000000000"; + pubkey = "5ba8c9f8627b6e5da938e6dec6e0a66287490e28084e58125330b7a8812cc22e"; listen.enable = false; listen.endpoints = [ "tcp://0.0.0.0:0" ]; }; @@ -58,7 +58,7 @@ network.firewall = { private.interfaces = singleton "yggdrasil"; - public.interfaces = singleton "eno1"; + public.interfaces = singleton "eth0"; }; # State diff --git a/config/modules/nixos/glauth.nix b/config/modules/nixos/glauth.nix index 8bc1577d..6462a836 100644 --- a/config/modules/nixos/glauth.nix +++ b/config/modules/nixos/glauth.nix @@ -12,7 +12,7 @@ in configFile = mkOption { description = "The config path that GLAuth uses"; type = types.path; - default = pkgs.writeText "glauth-config" toTOML cfg.settings; + default = pkgs.writeText "glauth-config" (toTOML cfg.settings); }; database = { enable = mkEnableOption "use a database"; diff --git a/config/profiles/base/packages.nix b/config/profiles/base/packages.nix index 44763348..f76f9351 100644 --- a/config/profiles/base/packages.nix +++ b/config/profiles/base/packages.nix @@ -2,6 +2,7 @@ { environment.systemPackages = with pkgs; [ + neofetch smartmontools hddtemp lm_sensors