mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/common: Fixed .gitignore bug
This commit is contained in:
parent
009abe3eef
commit
6b8a98ebd1
2 changed files with 10 additions and 1 deletions
9
profiles/common/nixos/secrets.nix
Normal file
9
profiles/common/nixos/secrets.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
secrets = {
|
||||
root = "/var/lib/kat/secrets";
|
||||
persistentRoot = "/var/lib/kat/secrets";
|
||||
external = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue