NiksOS/hosts/lapserv/default.nix

7 lines
81 B
Nix

{
imports = [
./hardware-configuration.nix
];
niksos.server = true;
}