vars fs: fix

This commit is contained in:
lassulus
2025-02-19 11:36:08 +01:00
committed by clan-bot
parent d171d99923
commit 90bd9217e3
3 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ in
{
imports = [
./public/in_repo.nix
./secret/fs.nix
./secret/password-store.nix
./secret/sops
./secret/vm.nix

View File

@@ -5,6 +5,7 @@
"sops"
"password-store"
"vm"
"fs"
"custom"
];
default = "sops";