Compare commits

...

2 commits

2 changed files with 5 additions and 0 deletions

View file

@ -49,6 +49,8 @@ in {
proxyJump = "ssh.lrde.epita.fr";
};
};
includes = [ "prologin_config" ];
};
};
}

View file

@ -74,6 +74,9 @@
# test vms
"*.qcow2"
# secrets stay offline
"/home/alarsyo/**/secrets"
# ignore all dotfiles as .config and .cache can become quite big
"/home/alarsyo/.*"
];