ma mosh: init
This commit is contained in:
parent
63e6614222
commit
a76b16db17
|
@ -48,6 +48,7 @@ in {
|
|||
<stockholm/makefu/2configs/share/gum.nix>
|
||||
# <stockholm/makefu/2configs/sabnzbd.nix>
|
||||
<stockholm/makefu/2configs/torrent.nix>
|
||||
<stockholm/makefu/2configs/mosh.nix>
|
||||
|
||||
# network
|
||||
<stockholm/makefu/2configs/vpn/openvpn-server.nix>
|
||||
|
|
|
@ -47,6 +47,7 @@ in {
|
|||
<stockholm/makefu/2configs/exim-retiolum.nix>
|
||||
<stockholm/makefu/2configs/smart-monitor.nix>
|
||||
<stockholm/makefu/2configs/mail-client.nix>
|
||||
<stockholm/makefu/2configs/mosh.nix>
|
||||
# <stockholm/makefu/2configs/disable_v6.nix>
|
||||
#<stockholm/makefu/2configs/graphite-standalone.nix>
|
||||
#<stockholm/makefu/2configs/share-user-sftp.nix>
|
||||
|
|
3
2configs/mosh.nix
Normal file
3
2configs/mosh.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
programs.mosh.enable = true;
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
users.users.makefu.packages = with pkgs;[
|
||||
go-mtpfs
|
||||
mosh
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
|
|
Loading…
Reference in a new issue