all repos

mugit @ 4ca522b0d1f6c250a3d3387216b3515eb33ad7ee

๐Ÿฎ git server that your cow will love
1 files changed, 5 insertions(+), 0 deletions(-)
nix: i forget to add this option
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-08 13:25:22 +0200
Authored at: 2026-03-07 18:22:02 +0200
Change ID: pvymmpqqmsxvymlqkwrwvyoutnlnwuru
Parent: 2d69e9b
M flake.nix
ยทยทยท
        141
        141
                             default = false;

      
        142
        142
                             description = "Wharever to run ssh server";

      
        143
        143
                           };

      
        
        144
        +                  user = mkOption {

      
        
        145
        +                    type = types.str;

      
        
        146
        +                    default = "git";

      
        
        147
        +                    description = "User used for git access";

      
        
        148
        +                  };

      
        144
        149
                           port = mkOption {

      
        145
        150
                             type = types.port;

      
        146
        151
                             default = 2222;