summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-22 17:49:57 -0700
committerBen Sima <ben@bsima.me>2019-05-22 17:49:57 -0700
commit61fe9c388c051e3aebef3fd8b70732869e6f8de8 (patch)
treeb22936fda76ee038c281f1baa300eb8e7ba270fa /depo/nutin-madaj
parent7a6cd3f4e1031b4bb4a0029f97064a9c02d5f95d (diff)
add system packages
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 = {