hosts/satori: remove fcitx and change the default kb layout

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-23 15:42:08 +05:30
parent cb779f9d35
commit a18f8b7295
10 changed files with 44 additions and 115 deletions

View File

@@ -3,7 +3,6 @@
{
services = {
tor.enable = true;
logmein-hamachi.enable = true;
openssh = {
enable = true;
permitRootLogin = "yes";
@@ -26,7 +25,7 @@
};
systemd.services = {
tor.wantedBy = lib.mkForce [ ];
logmein-hamachi.wantedBy = lib.mkForce [ ];
libvirtd.wantedBy = lib.mkForce [ ];
};
security.pki.certificateFiles = [ ../../cert.pem ];