add tmux thing or whatever
This commit is contained in:
parent
ef763463ee
commit
a1ed2ef304
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue