diff options
author | makefu <github@syntax-fehler.de> | 2017-12-29 00:12:37 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-29 00:12:37 +0100 |
commit | b7954ebe00060a93191253d40ad5869e65b50966 (patch) | |
tree | e644b730ea65824cb7e0758043a93d001f1ce944 /makefu/2configs | |
parent | ce8efbc80bc05f27f55ea87be2d826134afec6fd (diff) |
ma mosh: init
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/mosh.nix | 3 | ||||
-rw-r--r-- | makefu/2configs/tools/mobility.nix | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/makefu/2configs/mosh.nix b/makefu/2configs/mosh.nix new file mode 100644 index 000000000..1c2e34e0b --- /dev/null +++ b/makefu/2configs/mosh.nix @@ -0,0 +1,3 @@ +{ + programs.mosh.enable = true; +} diff --git a/makefu/2configs/tools/mobility.nix b/makefu/2configs/tools/mobility.nix index 70d376608..1993a5212 100644 --- a/makefu/2configs/tools/mobility.nix +++ b/makefu/2configs/tools/mobility.nix @@ -2,6 +2,7 @@ { users.users.makefu.packages = with pkgs;[ go-mtpfs + mosh ]; boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ]; |