Merged local changes and fixed merge conflict

This commit is contained in:
Jack Mechem 2026-05-23 18:47:30 -07:00
parent f0d7f531e9
commit 3c3e28d1cd
4 changed files with 69 additions and 73 deletions

View file

@ -23,8 +23,7 @@
rust-app-menu.url = "github:JackMechem/rust-app-menu";
rust-app-menu.inputs.nixpkgs.follows = "nixpkgs";
server-dash.url = "github:JackMechem/server-dash";
server-dash-api.url = "github:JackMechem/server-dash-api";
server-dash-mono.url = "git+ssh://forgejo@gitssh.jackmechem.dev:443/jackmechem/server-dash-mono-repo.git";
claude-code.url = "github:sadjow/claude-code-nix";
};
@ -54,8 +53,8 @@
modules = [
./hosts/dellserv/configuration.nix
inputs.home-manager.nixosModules.default
inputs.server-dash.nixosModules.default
inputs.server-dash-api.nixosModules.default
inputs.server-dash-mono.nixosModules.frontend
inputs.server-dash-mono.nixosModules.api
];
};
};