feat(ymir): enable user secrets.

This commit is contained in:
CronyAkatsuki 2025-05-18 07:18:31 +02:00
parent f9ac37dd98
commit 6110d26c39

View file

@ -108,17 +108,20 @@
users.users.crony = {
isNormalUser = true;
description = "Crony";
# hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat"];
};
# users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
# users.mutableUsers = false;
users.mutableUsers = false;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Enable my flake specific settings
crony.secrets.enable = true;
# List packages installed in system profile
environment.systemPackages = with pkgs; [
neovim