mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
fixs for install image
This commit is contained in:
parent
0b0592cdac
commit
08e8414488
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
jopejoe1 = {
|
jopejoe1 = {
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "installer";
|
hostName = "installer";
|
||||||
|
wireless.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
@ -44,6 +45,8 @@
|
||||||
|
|
||||||
i18n.supportedLocales = [ "all" ];
|
i18n.supportedLocales = [ "all" ];
|
||||||
|
|
||||||
|
services.openssh.settings.PermitRootLogin = lib.mkForce "yes";
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue