From a1ed2ef30418405bbc2bcc06eeab5725f23567c3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:39:42 +0400 Subject: [PATCH] add tmux thing or whatever --- hosts/sakoserver/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 3346423b..5806cf6b 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -1,5 +1,10 @@ { config, pkgs, lib, inputs, outputs, ... }: { - imports = [ outputs.nixosModules.server ./hardware-configuration.nix ]; + imports = [ + inputs.home-manager.nixosModules.default + outputs.nixosModules.shell + outputs.nixosModules.server + ./hardware-configuration.nix + ]; # its you! networking.hostName = "sakoserver"; @@ -43,6 +48,8 @@ # networking.firewall.allowedTCPPorts = []; # networking.firewall.allowedUDPPorts = []; + modules.shell.tmux.enable = true; + void = { server = { isServer = true;