remove sddm from homebox
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
monitor=eDP-1,1920x1080@60,0x0,1
|
monitor=eDP-1,1920x1080@60,0x0,1
|
||||||
'' else if config.homeconfig.host == "homebox" then ''
|
'' else if config.homeconfig.host == "homebox" then ''
|
||||||
monitor=HDMI-A-2,1920x1080@60,0x1080,1
|
monitor=HDMI-A-2,1920x1080@60,0x1080,1
|
||||||
|
exec-once=hyprctl create output headless HEADLESS-2
|
||||||
monitor=HEADLESS-2,1920x1080@60,0x0,1
|
monitor=HEADLESS-2,1920x1080@60,0x0,1
|
||||||
'' else '''';
|
'' else '''';
|
||||||
in ''
|
in ''
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
execCmd = "Hyprland";
|
||||||
defaultSession = "hyprland";
|
defaultSession = "hyprland";
|
||||||
autoLogin = {
|
autoLogin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -87,11 +88,11 @@
|
|||||||
LC_TIME = "en_US.UTF-8";
|
LC_TIME = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.displayManager.sddm.settings.AutoLogin = {
|
#services.displayManager.sddm.settings.AutoLogin = {
|
||||||
User = "nathan";
|
# User = "nathan";
|
||||||
Session = "hyprland";
|
# Session = "hyprland";
|
||||||
Relogin = true;
|
# Relogin = true;
|
||||||
};
|
#};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "homebox";
|
hostName = "homebox";
|
||||||
@@ -235,7 +236,7 @@
|
|||||||
|
|
||||||
sysconfig = {
|
sysconfig = {
|
||||||
opts = {
|
opts = {
|
||||||
sddm.enable = true;
|
sddm.enable = false;
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
pipewire.enable = true;
|
pipewire.enable = true;
|
||||||
ags.enable = true;
|
ags.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user