Add mosh to server
And add server module.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
(modulesPath + "/virtualisation/proxmox-lxc.nix")
|
||||
../modules/base.nix
|
||||
../modules/kafka-mounts.nix
|
||||
../modules/server.nix
|
||||
];
|
||||
|
||||
nix.settings = { sandbox = false; };
|
||||
|
||||
5
hosts/modules/server.nix
Normal file
5
hosts/modules/server.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
# enable mosh
|
||||
programs.mosh.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user