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