Compare commits

..

No commits in common. "68bff6a66bdc108785558cd0904d5b579ef09d92" and "abb6e25b459b6f46c34ee609bac1e404a46faf0e" have entirely different histories.

3 changed files with 2 additions and 3 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
nameservers = [ "1.1.1.2" "1.0.0.2" ]; networking.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 = [ 624 ]; ports = [ 642 ];
}; };
} }

View file

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