nixos/modules/server/default.nix

6 lines
49 B
Nix
Raw Normal View History

2023-08-26 15:15:30 +02:00
{ ... }: {
imports = [
./system.nix
];
}