nix-config/users/servers/user.nix
2023-04-06 09:45:01 -03:00

8 lines
73 B
Nix

{ ... }:
{
imports = [
# Host-common imports
../common
];
}