feat: move mymx to it's own service
This commit is contained in:
parent
bb20443241
commit
387219b21f
16 changed files with 20 additions and 3103 deletions
|
|
@ -7,7 +7,7 @@
|
|||
disko.url = "github:nix-community/disko";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
mymx.url = "path:./services/mymx";
|
||||
mymx.url = "git+https://git.extremist.software/jet/mymx";
|
||||
mymx.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
inputs.mymx.nixosModules.default
|
||||
|
||||
./disk-config.nix
|
||||
./configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue