Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-01-04 00:40:10 +01:00
parent 8f16767240
commit 6a0b3418a7
5 changed files with 11 additions and 12 deletions

12
flake.lock generated
View File

@@ -199,11 +199,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1762173278, "lastModified": 1767483034,
"narHash": "sha256-rw+n05+dgC1rLpQR5RKRTM57RPTuhjyVVsV4bvsbZc4=", "narHash": "sha256-wnSIKOSU1T11qAj+axSCvzlpk7Jjp4D3nlgbGSMhtIc=",
"owner": "anotherhadi", "owner": "anotherhadi",
"repo": "eleakxir", "repo": "eleakxir",
"rev": "7a29929eb3bd0f89f2fd654405f9680bfd084151", "rev": "881cdfa9cbbeed5e8592546042e5e16cdd603f59",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -823,11 +823,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1757487488, "lastModified": 1767379071,
"narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", "rev": "fb7944c166a3b630f177938e478f0378e64ce108",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -18,7 +18,7 @@
../../server-modules/glance.nix ../../server-modules/glance.nix
../../server-modules/adguardhome.nix ../../server-modules/adguardhome.nix
../../server-modules/arr.nix ../../server-modules/arr.nix
../../server-modules/mealie.nix # ../../server-modules/mealie.nix
../../server-modules/eleakxir.nix ../../server-modules/eleakxir.nix
# You should let those lines as is # You should let those lines as is

View File

@@ -12,10 +12,8 @@
../../home/programs/shell ../../home/programs/shell
../../home/programs/fetch ../../home/programs/fetch
../../home/programs/git ../../home/programs/git
../../home/programs/lazygit ../../home/programs/git/lazygit.nix
../../home/programs/nixy
# Scripts
../../home/scripts # All scripts
]; ];
home = { home = {

View File

@@ -5,7 +5,7 @@
}: { }: {
imports = [ imports = [
# Choose your theme here: # Choose your theme here:
../../themes/nixy.nix ../../themes/rose-pine.nix
]; ];
config.var = { config.var = {

View File

@@ -18,6 +18,7 @@
ingress = { ingress = {
"media.hadi.diy" = "http://localhost:443"; "media.hadi.diy" = "http://localhost:443";
"demandemedia.hadi.diy" = "http://localhost:443"; "demandemedia.hadi.diy" = "http://localhost:443";
"ssh.hadi.diy" = "ssh://localhost:22";
}; };
}; };
}; };