working lio config I think with new system
This commit is contained in:
parent
50825c9b84
commit
9de4c7892b
20 changed files with 625 additions and 677 deletions
|
|
@ -20,7 +20,6 @@
|
|||
{
|
||||
imports = [
|
||||
ragenix.nixosModules.age
|
||||
./secrets
|
||||
];
|
||||
config =
|
||||
let
|
||||
|
|
@ -64,7 +63,7 @@
|
|||
in
|
||||
lib.nameValuePair base (
|
||||
{
|
||||
file = ./. + "/secrets/${name}";
|
||||
file = ./. + "/${name}";
|
||||
owner = user;
|
||||
}
|
||||
// lib.optionalAttrs (lib.elem base worldReadable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue