feat: add server config
This commit is contained in:
parent
6f7868ee02
commit
5809b2cf83
1 changed files with 8 additions and 0 deletions
|
@ -33,5 +33,13 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
nixosConfigurations = {
|
||||||
|
hime = lib.nixosSystem {
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
./hosts/hime/default.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue