* add attic * change formatter to nixfmt-rfc-style Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * update lock Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * initial format Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * move back to postgres Signed-off-by: ahuston-0 <aliceghuston@gmail.com> * fix attic * fix signing key * formatting Signed-off-by: ahuston-0 <aliceghuston@gmail.com> --------- Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
9 lines
113 B
Nix
9 lines
113 B
Nix
{ inputs, ... }:
|
|
{
|
|
users = [
|
|
"alice"
|
|
"richie"
|
|
];
|
|
modules = [ inputs.attic.nixosModules.atticd ];
|
|
}
|