fix error
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
{
|
{
|
||||||
imports = [ ../default.nix ];
|
imports = [ ../default.nix ];
|
||||||
mainUser.name = "anon";
|
mainUser.name = "anon";
|
||||||
|
mainUser.sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFeP6qtVqE/gu72ZUZE8cdRi3INiUW9NqDR7SjXIzTw2 kopatz";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
users.${config.mainUser.name} = import ./home.nix;
|
users.${config.mainUser.name} = import ./home.nix;
|
||||||
|
|||||||
@@ -18,6 +18,6 @@
|
|||||||
sshKey = lib.mkOption {
|
sshKey = lib.mkOption {
|
||||||
default = throw "No ssh key specified";
|
default = throw "No ssh key specified";
|
||||||
description = "Public key of the user";
|
description = "Public key of the user";
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user