unused code

This commit is contained in:
2026-08-08 17:48:43 +03:00
parent 682ab4aa01
commit 5f6288bd15
19 changed files with 1 additions and 1956 deletions
-6
View File
@@ -6,16 +6,10 @@
xlib,
...
}:
let
new = import inputs.nixpkgs-unstable {
system = "x86_64-linux";
};
in
{
services = {
immich = {
enable = true;
# package = new.immich;
port = 2283;
host = "0.0.0.0";
openFirewall = true;
+1 -8
View File
@@ -6,13 +6,6 @@
xlib,
...
}:
let
previous = import inputs.nixpkgs-master {
system = "x86_64-linux";
config.allowUnfree = true;
config.allowUnfreePredicate = true;
};
in
{
services = {
nextcloud-whiteboard-server = {
@@ -96,7 +89,7 @@ in
extraAppsEnable = true;
appstoreEnable = false;
notify_push = {
enable = true;
enable = false;
bendDomainToLocalhost = true;
nextcloudUrl = "https://nextcloud.home.arpa";
};
-5
View File
@@ -6,11 +6,6 @@
xlib,
...
}:
let
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{
services = {
postgresql = {
-5
View File
@@ -5,11 +5,6 @@
xlib,
...
}:
let
stable = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{
services = {
samba-wsdd = {
-5
View File
@@ -4,11 +4,6 @@
inputs,
...
}:
let
master = import inputs.nixpkgs-master {
system = "x86_64-linux";
};
in
{
services.syncthing = {
enable = true;