mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
unused code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user