nixos-config/roles/server.nix

6 lines
55 B
Nix
Raw Normal View History

2021-02-07 02:38:11 +03:00
{ inputs, ... }: {
imports = [
./base.nix
];
}