diff options
author | Emile <git@emile.space> | 2024-05-30 10:25:45 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-05-30 10:25:45 +0200 |
commit | 8ef5ae3f26dbdd19a571366990568e0a30d2a713 (patch) | |
tree | 22909cf6f51021681b9fd35b7051962e50b9137c /flake.nix | |
parent | c8110f96cb3f2e50f438023c13760da12bcf5db5 (diff) |
naming of the hosts and the BMCs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix index 1764164..603e33f 100644 --- a/flake.nix +++ b/flake.nix @@ -80,26 +80,32 @@ #kolhar = {}; # nixos vm on caladan #hagal = {}; # apple tv - # palma = { + # DONE + # lampadas = { # description = "NAS"; # }; - # lampadas = { + # DONE + # lernaeus = { + # description = "ryzen 5 5600g"; + # }; + + # TBD. + # palma = { # hostname = "lampadas"; # description = "palma bmc"; # }; - # parmentier = { + # lankiveil = { # description = "ryzen 5 3600 + RTX A2000"; # }; - # lankiveil = { + # parmentier = { # hostname = "lankiveil"; # description = "parmentier bmc"; # }; + + # TBD # poritrin = { - # description = "ryzen 5 3600g"; - # }; - # lernaeus = { # hostname = "lernaeus"; # description = "poritrin bmc"; # }; |