mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
local.keys add type
This commit is contained in:
parent
3aef3e349f
commit
70c6a69ff3
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
{ lib }:
|
{ lib }:
|
||||||
{
|
{
|
||||||
options.local.keys = lib.mkOption { };
|
options.local.keys = lib.mkOption {
|
||||||
|
type = lib.types.attrsOf lib.types.str;
|
||||||
|
};
|
||||||
|
|
||||||
config.local.keys = {
|
config.local.keys = {
|
||||||
gerg_gerg-phone = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZKIp3iObuxEUPx1dsMiN3vyMaMQb0N1gKJY78TtRxd";
|
gerg_gerg-phone = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZKIp3iObuxEUPx1dsMiN3vyMaMQb0N1gKJY78TtRxd";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue