6 lines
94 B
Nix
6 lines
94 B
Nix
{ inputs, ... }:
|
|
{
|
|
users = [ "alice" ];
|
|
modules = [ inputs.attic.nixosModules.atticd ];
|
|
}
|