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