profiles/common: Fixed .gitignore bug

This commit is contained in:
kat witch 2021-04-25 23:06:59 +01:00
parent 009abe3eef
commit 6b8a98ebd1
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
secrets = {
root = "/var/lib/kat/secrets";
persistentRoot = "/var/lib/kat/secrets";
external = true;
};
}