summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj
diff options
context:
space:
mode:
Diffstat (limited to 'depo/nutin-madaj')
-rw-r--r--depo/nutin-madaj/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/depo/nutin-madaj/default.nix b/depo/nutin-madaj/default.nix
index 0b8f8d5..8789c0c 100644
--- a/depo/nutin-madaj/default.nix
+++ b/depo/nutin-madaj/default.nix
@@ -27,6 +27,7 @@ import "${nixpkgs}/nixos" {
# common infra
../users.nix
+ ../packages.nix
# configured modules
./git.nix
@@ -49,6 +50,11 @@ import "${nixpkgs}/nixos" {
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
+ programs.mosh = {
+ enable = true;
+ withUtempter = true;
+ };
+
# our custom apps
services = {
ibb = {