diff options
| author | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-21 20:28:13 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.nl> | 2026-07-21 20:28:13 +0200 |
| commit | 8da770badb7fe21df138e770c8d1a8b6c4604882 (patch) | |
| tree | 947cc879a2b00c02e682f63cd6b8e0a36da6a742 /inventory.nix | |
| parent | 381984fc596c3cf268d4bcf061164158fbcfb95a (diff) | |
nixfmt
Diffstat (limited to 'inventory.nix')
| -rw-r--r-- | inventory.nix | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/inventory.nix b/inventory.nix index 98cd259..db3d3f9 100644 --- a/inventory.nix +++ b/inventory.nix @@ -1,41 +1,41 @@ -{inputs, ...}: { +{ inputs, ... }: { omega-relay = { type = "server"; - system = "x86_64-linux"; - nix = true; - nix-modules = [ - ./users/wilkuu-server.nix + system = "x86_64-linux"; + nix = true; + nix-modules = [ + ./users/wilkuu-server.nix inputs.stalwart-nix.nixosModules.default ]; - interfaces = {}; - }; + interfaces = { }; + }; apocalypse = { - type = "desktop"; - system = "x86_64-linux"; - nix = true; + type = "desktop"; + system = "x86_64-linux"; + nix = true; nix-modules = [ ./users/wilkuu.nix - ]; - interfaces = {}; - }; + ]; + interfaces = { }; + }; tacitus = { - type = "desktop"; - system = "x86_64-linux"; - nix = true; + type = "desktop"; + system = "x86_64-linux"; + nix = true; nix-modules = [ - ./users/wilkuu-server.nix - ]; - interfaces = {}; + ./users/wilkuu-server.nix + ]; + interfaces = { }; }; # TODO: Support for live images as packages # full-iso = { # type = "live"; - # system = "x86_64-linux"; - # nix = true; + # system = "x86_64-linux"; + # nix = true; # nix-paths = [ - # ./users/live-user.nix - # ]; - # interfaces = null; + # ./users/live-user.nix + # ]; + # interfaces = null; # }; } |
