forked from nyanloutre/nixos-config
Panne SSD: switch ancien disque
This commit is contained in:
parent
783b596834
commit
8b4a5471de
2 changed files with 6 additions and 2 deletions
|
@ -284,6 +284,7 @@ in
|
|||
database.passwordFile = "/root/gitea_passphrase";
|
||||
};
|
||||
|
||||
/*
|
||||
services.vsftpd = {
|
||||
enable = true;
|
||||
forceLocalLoginsSSL = true;
|
||||
|
@ -297,6 +298,7 @@ in
|
|||
pasv_max_port=65535
|
||||
'';
|
||||
};
|
||||
*/
|
||||
|
||||
services.site-musique.enable = true;
|
||||
services.site-musique.port = musique_port;
|
||||
|
@ -306,6 +308,7 @@ in
|
|||
services.site-max.port = max_port;
|
||||
services.site-max.domaine = "maxspiegel.fr";
|
||||
|
||||
/*
|
||||
systemd.services.dogetipbot-telegram = {
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
@ -317,6 +320,7 @@ in
|
|||
Group = "nogroup";
|
||||
};
|
||||
};
|
||||
*/
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
111 2049 4000 4001 4002 # NFS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue