hosts/dunamis/configuration.nix: remove TODO

hosts/legion: autologin, secure boot, tpm

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-05 16:59:52 +03:00
parent b3ac24719a
commit 539a1d8713
2 changed files with 8 additions and 8 deletions

View File

@ -27,11 +27,6 @@
enable = true;
user = "user";
};
# TODO: make a module for autologin
# services.greetd.settings.initial_session = {
# user = "user";
# command = "${pkgs.niri}/bin/niri-session";
# };
module = {
config = {

View File

@ -23,17 +23,22 @@
desktop.niri.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "user";
};
module = {
config = {
laptop.homeRowMods = true;
powerSave = true;
# secureBoot = true;
# tpmDiskUnlock = true;
secureBoot = true;
tpmDiskUnlock = true;
vaapi = "nvidia";
};
stylix = {
enable = true;
theme = "helios";
theme = "gruvbox-dark-pale";
};
};