summaryrefslogtreecommitdiff
path: root/modules/desktop/default.nix
blob: 7491d8a2e0ac501986a4017fbd05584cdd92143c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config, ... }:
{
  imports = [
    ./hardware
    ./networking
    ./security
    ./software
    ./variables
    ./virtualisation
  ];

  sops.defaultSopsFile = ../../secrets/${config.networking.hostName}.yaml;
}