refactor: update hosts in flake

This commit is contained in:
Infinidoge 2021-10-04 09:29:51 -04:00
parent ed97f22ac0
commit 8696589186

View file

@ -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 // {