diff --git a/flake.lock b/flake.lock index 95e1456..0f294ab 100644 --- a/flake.lock +++ b/flake.lock @@ -199,11 +199,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1762173278, - "narHash": "sha256-rw+n05+dgC1rLpQR5RKRTM57RPTuhjyVVsV4bvsbZc4=", + "lastModified": 1767483034, + "narHash": "sha256-wnSIKOSU1T11qAj+axSCvzlpk7Jjp4D3nlgbGSMhtIc=", "owner": "anotherhadi", "repo": "eleakxir", - "rev": "7a29929eb3bd0f89f2fd654405f9680bfd084151", + "rev": "881cdfa9cbbeed5e8592546042e5e16cdd603f59", "type": "github" }, "original": { @@ -823,11 +823,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1757487488, - "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", + "lastModified": 1767379071, + "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", + "rev": "fb7944c166a3b630f177938e478f0378e64ce108", "type": "github" }, "original": { diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 4d299af..4469a1f 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -18,7 +18,7 @@ ../../server-modules/glance.nix ../../server-modules/adguardhome.nix ../../server-modules/arr.nix - ../../server-modules/mealie.nix + # ../../server-modules/mealie.nix ../../server-modules/eleakxir.nix # You should let those lines as is diff --git a/hosts/server/home.nix b/hosts/server/home.nix index 82af860..c8389ef 100644 --- a/hosts/server/home.nix +++ b/hosts/server/home.nix @@ -12,10 +12,8 @@ ../../home/programs/shell ../../home/programs/fetch ../../home/programs/git - ../../home/programs/lazygit - - # Scripts - ../../home/scripts # All scripts + ../../home/programs/git/lazygit.nix + ../../home/programs/nixy ]; home = { diff --git a/hosts/server/variables.nix b/hosts/server/variables.nix index f72458d..ff1e904 100644 --- a/hosts/server/variables.nix +++ b/hosts/server/variables.nix @@ -5,7 +5,7 @@ }: { imports = [ # Choose your theme here: - ../../themes/nixy.nix + ../../themes/rose-pine.nix ]; config.var = { diff --git a/server-modules/cloudflared.nix b/server-modules/cloudflared.nix index 8915e0c..4ecde03 100644 --- a/server-modules/cloudflared.nix +++ b/server-modules/cloudflared.nix @@ -18,6 +18,7 @@ ingress = { "media.hadi.diy" = "http://localhost:443"; "demandemedia.hadi.diy" = "http://localhost:443"; + "ssh.hadi.diy" = "ssh://localhost:22"; }; }; };