nixos/hosts/lilith-pad/configuration.nix
2024-06-07 15:39:33 +02:00

5 lines
76 B
Nix

{conf, ...}: {
imports = [../../system];
conf.gaming.enable = false;
}