nixos-config/profiles/server.nix

6 lines
55 B
Nix
Raw Normal View History

2021-01-21 22:13:53 +04:00
{ inputs, ... }: {
imports = [
./base.nix
];
}