hosts/server | update to match changes upstream (?)
This commit is contained in:
parent
a0175e1242
commit
98ca25ca0d
1 changed files with 1 additions and 3 deletions
|
|
@ -51,8 +51,7 @@ in {
|
|||
i18n = {
|
||||
defaultLocale = "en_US.utf8";
|
||||
inputMethod = {
|
||||
enabled = true;
|
||||
type = "fcitx5";
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-mozc
|
||||
fcitx5-gtk
|
||||
|
|
@ -138,7 +137,6 @@ in {
|
|||
users.users = {
|
||||
root = {
|
||||
initialPassword = "changeme";
|
||||
description = "root of all evil";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue