setting up media server
This commit is contained in:
parent
bc18c59d2d
commit
8f3b3c5955
2 changed files with 16 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
|||
url = "github:gmodena/nix-flatpak"; # unstable branch
|
||||
};
|
||||
|
||||
nixarr = {
|
||||
url = "github:rasmus-kirk/nixarr";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
emacs-lsp-booster = {
|
||||
url = "github:slotThe/emacs-lsp-booster-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -182,6 +187,7 @@
|
|||
};
|
||||
modules = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.nixarr.nixosModules.default
|
||||
./hosts/media-server/configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue