system/hosts/asus-gl553vd/configuration.nix

20 lines
386 B
Nix

{ ... }:
{
imports = [
./hardware-configuration
./configs
./users
];
################################################################################
# Services
################################################################################
# Enable the Docker
# virtualisation.docker.enable = true;
# Torrent
# services.transmission.enable = true;
}