summaryrefslogtreecommitdiff
path: root/modules/desktop/default.nix
blob: 5ef140ce56683598002deffdf34a8fbf5b5a1d50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ config, self, ... }:
{
  imports = [
    ./networking
    ./software
    ./virtualisation
  ];

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