177 current 2025-10-09 16:10:23 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 16:18:48 -05:00
parent ad1c563e58
commit cfc2da01c0
3 changed files with 20 additions and 1 deletions

17
flake.lock generated
View File

@@ -36,10 +36,27 @@
"type": "indirect"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1759831965,
"narHash": "sha256-vgPm2xjOmKdZ0xKA6yLXPJpjOtQPHfaZDRtH+47XEBo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c9b6fb798541223bbb396d287d16f43520250518",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix",
"vpn-confinement": "vpn-confinement"
}

View File

@@ -1,10 +1,11 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 176 current 2025-10-09 16:09:46 25.05.20251006.20c4598 6.12.50 *
# generation: 177 current 2025-10-09 16:10:23 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -57,6 +57,7 @@ in
# enable the ${service} service
services.${service} = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.immich;
openFirewall = true;
user = "${service}";
group = "${service}";