refactor: update hosts in flake
This commit is contained in:
parent
ed97f22ac0
commit
8696589186
1 changed files with 7 additions and 1 deletions
|
@ -118,9 +118,15 @@
|
||||||
|
|
||||||
imports = [ (digga.lib.importHosts ./hosts) ];
|
imports = [ (digga.lib.importHosts ./hosts) ];
|
||||||
hosts = {
|
hosts = {
|
||||||
# set host specific properties here
|
# Desktops
|
||||||
Infini-DESKTOP = { };
|
Infini-DESKTOP = { };
|
||||||
|
|
||||||
|
# Laptops
|
||||||
Infini-SWIFT = { };
|
Infini-SWIFT = { };
|
||||||
|
Infini-FRAMEWORK = { };
|
||||||
|
|
||||||
|
# Servers
|
||||||
|
Infini-SERVER = { };
|
||||||
};
|
};
|
||||||
importables = rec {
|
importables = rec {
|
||||||
profiles = digga.lib.rakeLeaves ./profiles // {
|
profiles = digga.lib.rakeLeaves ./profiles // {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue