all repos

mugit @ f70e150377a19db58e4348197a9bf08f23c07a4f

๐Ÿฎ git server that your cow will love
1 files changed, 5 insertions(+), 0 deletions(-)
nix: i forgot the modt here
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-05-15 15:38:50 +0300
Authored at: 2026-05-15 15:35:44 +0300
Change ID: qxklnlwzvsolokynxsvlwmvmlxquqxon
Parent: a940f43
M flake.nix
ยทยทยท
        97
        97
                             default = "";

      
        98
        98
                             description = "Website description";

      
        99
        99
                           };

      
        
        100
        +                  modt = mkOption {

      
        
        101
        +                    type = types.str;

      
        
        102
        +                    default = "";

      
        
        103
        +                    description = "MODT shown on ssh connections";

      
        
        104
        +                  };

      
        100
        105
                           host = mkOption {

      
        101
        106
                             type = types.str;

      
        102
        107
                             default = "";