mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 12:16:32 +03:00
123
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./remnawave.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
compose2nix
|
||||
podman-tui
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
xlib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
|
||||
# fileSystems."${config.services.immich.mediaLocation}" = {
|
||||
# device = "${xlib.dirs.services-folder}/immich";
|
||||
# options = [
|
||||
# "bind"
|
||||
# "nofail"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# systemd.tmpfiles.rules = [
|
||||
# "z ${config.services.immich.mediaLocation} 0755 immich immich -"
|
||||
# ];
|
||||
|
||||
# environment = {
|
||||
# systemPackages = with pkgs; [
|
||||
# immich-cli
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
imports = [
|
||||
../software/beets
|
||||
./calibre-web.nix
|
||||
./containers
|
||||
./immich.nix
|
||||
./miniflux.nix
|
||||
./nextcloud.nix
|
||||
@@ -18,11 +19,11 @@
|
||||
./systemd.nix
|
||||
./transmission.nix
|
||||
./uptime-kuma.nix
|
||||
# ./rsync.nix
|
||||
# ./nfs.nix
|
||||
# ./mealie.nix
|
||||
# ./memos.nix
|
||||
# ./nfs.nix
|
||||
# ./node-red.nix
|
||||
# ./rsync.nix
|
||||
# ./trilium.nix
|
||||
# ./zerotier.nix
|
||||
];
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./containers.nix
|
||||
# ../services/uptime-kuma.nix
|
||||
# ./netbird.nix
|
||||
./containers
|
||||
./nginx.nix
|
||||
./xray.nix
|
||||
# ../services/uptime-kuma.nix
|
||||
# ./netbird.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user