mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(extern): ssh home module
This commit is contained in:
parent
66d60c7977
commit
b3ecadf461
7 changed files with 276 additions and 2 deletions
|
|
@ -39,6 +39,10 @@
|
|||
utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
systemd2mqtt = {
|
||||
url = "github:arcnmx/systemd2mqtt";
|
||||
inputs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue