feat: set irl's password

This commit is contained in:
Iain Learmonth 2025-06-13 18:57:19 +01:00
parent b40c4d8d57
commit 6224c55ab4
5 changed files with 105 additions and 2 deletions

View file

@ -16,6 +16,10 @@
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:mic92/sops-nix";
inputs.nix.follows = "nixpkgs";
};
};
outputs =
{
@ -24,6 +28,7 @@
flake-utils,
home-manager,
nur,
sops-nix,
...
}@inputs:
let