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