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