mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: improvements
This commit is contained in:
@@ -74,8 +74,6 @@
|
|||||||
"audio"
|
"audio"
|
||||||
"video"
|
"video"
|
||||||
"plugdev"
|
"plugdev"
|
||||||
"scanner"
|
|
||||||
"lp"
|
|
||||||
"input"
|
"input"
|
||||||
"adbusers"
|
"adbusers"
|
||||||
"cdrom"
|
"cdrom"
|
||||||
|
|||||||
@@ -14,12 +14,13 @@ in {
|
|||||||
systemd-boot.consoleMode = "max";
|
systemd-boot.consoleMode = "max";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plymouth.enable = true;
|
||||||
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
# Redirect all kernel messages to a console off screen
|
# Redirect all kernel messages to a console off screen
|
||||||
#"fbcon=vc:2-6"
|
#"fbcon=vc:2-6"
|
||||||
#"console=tty1"
|
#"console=tty1"
|
||||||
|
|
||||||
"video=3840x2160@144"
|
|
||||||
"splash"
|
"splash"
|
||||||
"quiet"
|
"quiet"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, username, ... }:
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let cfg = config.services.airprint;
|
let cfg = config.services.airprint;
|
||||||
@@ -19,5 +19,6 @@ in {
|
|||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
users.users.${username}.extraGroups = [ "lp" "scanner" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user