Compare commits

...

2 commits

Author SHA1 Message Date
Antoine Martin d0402bf51c zephyrus: docker's back 2022-11-27 15:45:48 +01:00
Antoine Martin 6f3a579cd6 home: git: setup global ignores 2022-11-27 15:45:40 +01:00
2 changed files with 7 additions and 0 deletions

View file

@ -57,6 +57,11 @@ in {
contents = {user = {email = "antoine4.martin@epita.fr";};}; contents = {user = {email = "antoine4.martin@epita.fr";};};
} }
]; ];
ignores = [
"/.direnv/"
"/.envrc"
];
}; };
}; };
} }

View file

@ -83,6 +83,8 @@
}; };
}; };
virtualisation.docker.enable = true;
services = { services = {
tlp = { tlp = {
settings = { settings = {