add tmux thing or whatever
This commit is contained in:
parent
ef763463ee
commit
a1ed2ef304
|
@ -1,5 +1,10 @@
|
||||||
{ config, pkgs, lib, inputs, outputs, ... }: {
|
{ 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!
|
# its you!
|
||||||
networking.hostName = "sakoserver";
|
networking.hostName = "sakoserver";
|
||||||
|
@ -43,6 +48,8 @@
|
||||||
# networking.firewall.allowedTCPPorts = [];
|
# networking.firewall.allowedTCPPorts = [];
|
||||||
# networking.firewall.allowedUDPPorts = [];
|
# networking.firewall.allowedUDPPorts = [];
|
||||||
|
|
||||||
|
modules.shell.tmux.enable = true;
|
||||||
|
|
||||||
void = {
|
void = {
|
||||||
server = {
|
server = {
|
||||||
isServer = true;
|
isServer = true;
|
||||||
|
|
Loading…
Reference in a new issue