nixos/src/system/machines/server/default.nix

9 lines
94 B
Nix

{ ... }:
{
imports = [
../../../user/config
./hardware.nix
./system.nix
];
}