From 8696589186bd2439acdc4b4bf222145802cb4de5 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 4 Oct 2021 09:29:51 -0400 Subject: [PATCH] refactor: update hosts in flake --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3dc6422..20d45b2 100644 --- a/flake.nix +++ b/flake.nix @@ -118,9 +118,15 @@ imports = [ (digga.lib.importHosts ./hosts) ]; hosts = { - # set host specific properties here + # Desktops Infini-DESKTOP = { }; + + # Laptops Infini-SWIFT = { }; + Infini-FRAMEWORK = { }; + + # Servers + Infini-SERVER = { }; }; importables = rec { profiles = digga.lib.rakeLeaves ./profiles // {