nixos/src/systems/server/default.nix
2024-02-28 10:15:08 -05:00

9 lines
84 B
Nix

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