Compare commits
5 commits
35f91509bd
...
7c1151a96f
Author | SHA1 | Date | |
---|---|---|---|
7c1151a96f | |||
731e2da701 | |||
55ec93d6e9 | |||
5b3baf634e | |||
907828576b |
8 changed files with 5 additions and 41 deletions
|
@ -10,6 +10,7 @@
|
|||
programs.hyprland.enable = true;
|
||||
|
||||
services = {
|
||||
displayManager.sddm.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
@ -18,7 +19,6 @@
|
|||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
virtualisation.oci-containers.containers.glances = {
|
||||
image = "nicolargo/glances";
|
||||
image = "nicolargo/glances@sha256:b6908ea9d3dcb99d82114bc5fb6fc3b4ae515025427f96cc9125609c11f46651"; #v3.4.0.5
|
||||
ports = ["61208-61209:61208-61209"];
|
||||
volumes = ["/var/run/docker.sock:/var/run/docker.sock"];
|
||||
environment = {
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
./searxng.nix
|
||||
./anki-sync-server.nix
|
||||
./paperless.nix
|
||||
./miniflux.nix
|
||||
./hydroxide.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -60,21 +60,6 @@ _: {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
"News" = [
|
||||
{
|
||||
"Miniflux" = {
|
||||
icon = "miniflux";
|
||||
href = "https://rss.internal.flake.sh";
|
||||
widget = {
|
||||
type = "miniflux";
|
||||
url = "";
|
||||
key = "{{HOMEPAGE_VAR_MINIFLUX_KEY}}";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
"Infra" = [
|
||||
{
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
sops.secrets.miniflux = {};
|
||||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = config.sops.secrets.miniflux.path;
|
||||
config = {
|
||||
LISTEN_ADDR = "0.0.0.0";
|
||||
PORT = 9000;
|
||||
BASE_URL = "https://rss.internal.flake.sh";
|
||||
HTTPS = "true";
|
||||
DATABASE_URL = lib.mkForce "host=100.94.214.100 port=5432 user=miniflux password=miniflux dbname=miniflux sslmode=disable";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -2,7 +2,7 @@ _: let
|
|||
storagePath = "/home/notoh/docker/stash";
|
||||
in {
|
||||
virtualisation.oci-containers.containers.stash = {
|
||||
image = "stashapp/stash@sha256:067b4b244c0521421ebcaca49ebd6f4a3e6d837336f22f52ded4e82db1ba8538"; # v0.25.0
|
||||
image = "stashapp/stash@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91"; # v0.25.0
|
||||
ports = ["9999:9999"];
|
||||
environment = {
|
||||
STASH_STASH = "/data/";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
virtualisation.oci-containers.containers.wallos = {
|
||||
image = "bellamy/wallos@sha256:d0e81af82901854341da9000412ab480baf28b3461a89c87559400790cba9fa3"; #v 1.16.0
|
||||
image = "bellamy/wallos@sha256:5df1e301c436d1c4eb2cb67d4a30100625af21b2d54a111586ee489597d4418b"; #v 1.20.2
|
||||
ports = ["8282:80"];
|
||||
volumes = [
|
||||
"/home/notoh/docker/wallos/db:/var/www/html/db"
|
||||
|
|
|
@ -36,9 +36,8 @@
|
|||
|
||||
systemd = {
|
||||
services.systemd-udevd.restartIfChanged = false;
|
||||
|
||||
extraConfig = ''
|
||||
DefaultTimeoutStopSec=10s
|
||||
DefaultTimeoutStopSec=5s
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue