From dbb0d71b2b230b65bda23ae6032222a00d8e681e Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Mon, 28 Apr 2025 17:06:18 +0200 Subject: [PATCH] wip: jitsi --- hosts/jitsi/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/jitsi/default.nix b/hosts/jitsi/default.nix index 98a16ab..326fe5c 100644 --- a/hosts/jitsi/default.nix +++ b/hosts/jitsi/default.nix @@ -4,6 +4,7 @@ modulesPath, ... }: { + #networking.hostName = "jitsi"; # Define your hostname. # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave @@ -24,13 +25,9 @@ nix.package = pkgs.lix; imports = [ - #nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1 - #./hardware-configuration.nix - #./boot.nix - #./hardware-configuration.nix + ./hardware-configuration.nix ../../modules/locale.nix - #../../modules/game/server/factorio/factorio.nix (modulesPath + "/profiles/perlless.nix") (modulesPath + "/profiles/minimal.nix")