diff options
author | Emile <git@emile.space> | 2024-07-21 18:12:31 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 18:12:31 +0200 |
commit | f50124bf6f59403b9791b20f3ea553c8d6ceb025 (patch) | |
tree | 4416473c2e42cd6816e50e12df6a9285c94377e0 /flake.nix | |
parent | f29c4a7611df4a032c6aaa1a5f3252f58e6ec50a (diff) |
cleaned up the flake.nix a bit
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix index 1a07c2e..34bd3f8 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,7 @@ description = "hacking vm"; }; mail = { - # ip = "mail.pinto-pike.ts.net"; # clone repo and deploy within fttb + # ip = "mail.pinto-pike.ts.net"; # clone repo and deploy within system = "x86_64-linux"; description = "mail server"; }; @@ -75,28 +75,27 @@ #hagal = {}; # apple tv lampadas = { - system = "x86_64-linux"; + system = "x86_64-linux"; # 4c4t (intel 100n), 32GB RAM description = "NAS"; }; # palma = { - # hostname = "lampadas"; # description = "palma bmc"; # }; lernaeus = { - description = "ryzen 5 5600g"; + system = "x86_64-linux"; # 8c16t (AMD ryzen 5 5600g), 32GB RAM + description = "VM Host"; }; # parmentier = { - # hostname = "lankiveil"; - # description = "parmentier bmc"; + # description = "lernaeus bmc"; # }; # lankiveil = { - # description = "ryzen 5 3600 + RTX A2000"; + # system = "x86_64-linux"; # ???, ???, RTX A2000 + # description = ""; # }; # poritrin = { - # hostname = "lernaeus"; - # description = "poritrin bmc"; + # description = "lankiveil bmc"; # }; # kaitain = {}; |