feat: set irl's password
This commit is contained in:
parent
b40c4d8d57
commit
6224c55ab4
5 changed files with 105 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue