mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
shiz
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
#./cloudflared.nix
|
||||
#./open-webui.nix
|
||||
../software/beets
|
||||
./immich.nix
|
||||
./mealie.nix
|
||||
./miniflux.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
./stirling-pdf.nix
|
||||
./zerotier.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
@@ -8,7 +7,7 @@
|
||||
{
|
||||
services = {
|
||||
zerotierone = {
|
||||
enable = enable;
|
||||
enable = false;
|
||||
joinNetworks = [
|
||||
"db64858fedde087e"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user