mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor: systems/ folder
This commit is contained in:
parent
a06248ba9a
commit
41b772c6d1
22 changed files with 10 additions and 10 deletions
8
meta.nix
8
meta.nix
|
|
@ -21,19 +21,19 @@
|
|||
{
|
||||
network.nodes.tewi = {
|
||||
imports = [
|
||||
./tewi/nixos.nix
|
||||
./systems/tewi/nixos.nix
|
||||
nixfiles.nixos.base
|
||||
];
|
||||
};
|
||||
network.nodes.mew = {
|
||||
network.nodes.tei = {
|
||||
imports = [
|
||||
./mew/nixos.nix
|
||||
./systems/tei/nixos.nix
|
||||
nixfiles.nixos.base
|
||||
];
|
||||
};
|
||||
network.nodes.reisen-ct = {
|
||||
imports = [
|
||||
./ct/nixos.nix
|
||||
./systems/ct/nixos.nix
|
||||
nixfiles.nixos.base
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue