diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix index 4981872..1fe0b62 100644 --- a/1systems/gum/config.nix +++ b/1systems/gum/config.nix @@ -48,6 +48,7 @@ in { # + # network diff --git a/1systems/omo/config.nix b/1systems/omo/config.nix index 4af87dc..aaeceba 100644 --- a/1systems/omo/config.nix +++ b/1systems/omo/config.nix @@ -47,6 +47,7 @@ in { + # # # diff --git a/2configs/mosh.nix b/2configs/mosh.nix new file mode 100644 index 0000000..1c2e34e --- /dev/null +++ b/2configs/mosh.nix @@ -0,0 +1,3 @@ +{ + programs.mosh.enable = true; +} diff --git a/2configs/tools/mobility.nix b/2configs/tools/mobility.nix index 70d3766..1993a52 100644 --- a/2configs/tools/mobility.nix +++ b/2configs/tools/mobility.nix @@ -2,6 +2,7 @@ { users.users.makefu.packages = with pkgs;[ go-mtpfs + mosh ]; boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];