This commit is contained in:
2025-12-31 17:34:29 +01:00
parent 9c36a5b10c
commit 1317185fbe
2 changed files with 3 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
nix = { nix = {
package = lib.mkDefault pkgs.nix; package = lib.mkDefault pkgs.nix;
settings = { settings = {
experiment-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
"ca-derivations" "ca-derivations"

View File

@@ -35,6 +35,8 @@ in {
home-manager.users.dwessels = import ../../../../home/dwessels/${config.networking.hostName}.nix; home-manager.users.dwessels = import ../../../../home/dwessels/${config.networking.hostName}.nix;
services.getty.autologinUser = "dwessels";
security.pam.services = { security.pam.services = {
swaylock = {}; swaylock = {};
hyprlock = {}; hyprlock = {};