fixs for install image

This commit is contained in:
Johannes Jöns 2024-01-11 00:12:16 +01:00
parent 0b0592cdac
commit 08e8414488

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
jopejoe1 = {
@ -15,6 +15,7 @@
networking = {
hostName = "installer";
wireless.enable = lib.mkForce false;
};
nixpkgs = {
@ -44,6 +45,8 @@
i18n.supportedLocales = [ "all" ];
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
programs = {
xwayland.enable = true;
kdeconnect.enable = true;