blob: 1e5a9ac858ee6490457c5dfcc1f67fb1148b97c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ config, self, ... }:
{
imports = [
./hardware
./networking
./security
./software
./variables
./virtualisation
];
sops.defaultSopsFile = "${self}/secrets/${config.networking.hostName}.yaml";
}
|