Compare commits

..

3 commits

3 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@
domain = "fainsin.bzh"; domain = "fainsin.bzh";
# domain name servers, use clouflare family # domain name servers, use clouflare family
networking.nameservers = [ "1.1.1.2" "1.0.0.2" ]; nameservers = [ "1.1.1.2" "1.0.0.2" ];
# TODO: bouger ça à côté des applications # TODO: bouger ça à côté des applications
firewall = { firewall = {

View file

@ -1,6 +1,6 @@
{ ... }: { { ... }: {
services.openssh = { services.openssh = {
enable = true; enable = true;
ports = [ 642 ]; ports = [ 624 ];
}; };
} }

View file

@ -23,6 +23,7 @@
"*/.tox" "*/.tox"
"*/venv" "*/venv"
"*/.venv" "*/.venv"
"*/.direnv"
]; ];
encryption = { encryption = {
mode = "repokey"; mode = "repokey";