Test
This commit is contained in:
parent
c09fa88dcc
commit
fe9a00aa92
2 changed files with 2 additions and 17 deletions
|
@ -36,4 +36,5 @@ Repo for nix configuration files
|
|||
# GPG Keys
|
||||
1. Import your GPG key `albert.key`
|
||||
2. Add it to your GPG Keyring via `gpg --import albert.key`
|
||||
3. Mark it as ultimately trusted via `gpg --edit-key albert@sysctl.io`, then type `trust`, then `5`
|
||||
3. Mark it as ultimately trusted via `gpg --edit-key albert@sysctl.io`, then type `trust`, then `5`
|
||||
4. Repeat this step for all users who need a GPG key assigned
|
||||
|
|
16
flake.lock
16
flake.lock
|
@ -122,21 +122,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"moz_overlay": {
|
||||
"locked": {
|
||||
"lastModified": 1687771476,
|
||||
"narHash": "sha256-TSpqz6qYVRoqkEdOCawEQ4/cWt/4pracmvw17HK1tgE=",
|
||||
"owner": "mozilla",
|
||||
"repo": "nixpkgs-mozilla",
|
||||
"rev": "3a44b8783514e7d6db4b63df96071b6c2b014b07",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "mozilla",
|
||||
"repo": "nixpkgs-mozilla",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1688188316,
|
||||
|
@ -235,7 +220,6 @@
|
|||
"inputs": {
|
||||
"home-manager": "home-manager",
|
||||
"lanzaboote": "lanzaboote",
|
||||
"moz_overlay": "moz_overlay",
|
||||
"nur": "nur",
|
||||
"sops-nix": "sops-nix",
|
||||
"stable-nixpkgs": "stable-nixpkgs",
|
||||
|
|
Loading…
Reference in a new issue