Compare commits

...

3 commits

3 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@
domain = "fainsin.bzh";
# 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
firewall = {

View file

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

View file

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