-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhive.nix
More file actions
37 lines (31 loc) · 990 Bytes
/
hive.nix
File metadata and controls
37 lines (31 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
inputs:
{
meta = {
description = "StuRa Ilmenau nixfiles";
nixpkgs = import inputs.nixpkgs {
system = "x86_64-linux";
overlays = [
(final: prev: { inherit (import inputs.nixpkgs-unstable { system = prev.stdenv.hostPlatform.system; }) vaultwarden; })
];
};
specialArgs = { inherit inputs; };
};
defaults = ./common;
# Hosts (Server)
# asterix = ./hosts/server/asterix;
automatix = ./hosts/server/automatix;
barometrix = ./hosts/server/barometrix;
gelantine = ./hosts/server/gelantine;
grautvornix = ./hosts/server/grautvornix;
gutemine = ./hosts/server/gutemine;
idefix = ./hosts/server/idefix;
majestix = ./hosts/server/majestix;
miraculix = ./hosts/server/miraculix;
obelix = ./hosts/server/obelix;
rohrpostix = ./hosts/server/rohrpostix;
troubadix = ./hosts/server/troubadix;
verliernix = ./hosts/server/verliernix;
# Hosts (Desktop)
# luchs = ./hosts/desktop/luchs;
# igel = ./hosts/desktop/igel;
}