Move gitea-actions-runner.nix
Also remove any unneeded references to outputs.nixosModules.
This commit is contained in:
parent
403a93f951
commit
a0575bdb2a
9 changed files with 32 additions and 92 deletions
|
@ -15,8 +15,6 @@
|
|||
./users
|
||||
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
outputs.nixosModules.default
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
../../users/opdavies.nix
|
||||
];
|
||||
|
||||
features = {
|
||||
cli.podman.enable = true;
|
||||
};
|
||||
|
||||
# TODO: why didn't it work when adding this to jitsi.nix?
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"jitsi-meet-1.0.8043"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
services = {
|
||||
audiobookshelf.enable = true;
|
||||
gitea-actions-runner.enable = true;
|
||||
home-assistant.enable = true;
|
||||
homepage-dashboard.enable = true;
|
||||
jitsi.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue