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