diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-31 16:03:18 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-31 16:03:18 +0100 |
commit | 70b99a56e9dae01397e9692bc6eb5fe23dec15a3 (patch) | |
tree | d62855c492353dbbb3b5e0744fc576b351d600d3 /hosts/vidhar/default.nix | |
parent | f4301a77c9410f931c61b851bc5c1076d25dae80 (diff) | |
download | nixos-70b99a56e9dae01397e9692bc6eb5fe23dec15a3.tar nixos-70b99a56e9dae01397e9692bc6eb5fe23dec15a3.tar.gz nixos-70b99a56e9dae01397e9692bc6eb5fe23dec15a3.tar.bz2 nixos-70b99a56e9dae01397e9692bc6eb5fe23dec15a3.tar.xz nixos-70b99a56e9dae01397e9692bc6eb5fe23dec15a3.zip |
vidhar: prometheus: ...
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index a2764158..fef43c33 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { hostName, flake, config, pkgs, lib, ... }: | 1 | { hostName, flake, config, pkgs, lib, ... }: |
2 | { | 2 | { |
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | ./zfs.nix ./network.nix ./samba.nix ./dns.nix | 4 | ./zfs.nix ./network.nix ./samba.nix ./dns.nix ./prometheus.nix |
5 | initrd-all-crypto-modules default-locale openssh rebuild-machines | 5 | initrd-all-crypto-modules default-locale openssh rebuild-machines |
6 | build-server | 6 | build-server |
7 | initrd-ssh | 7 | initrd-ssh |