nixos/modules/server/default.nix
2024-03-05 22:57:41 +01:00

6 lines
47 B
Nix

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