desktop deploy

This commit is contained in:
Nickolaj Jepsen 2025-02-19 20:08:25 +00:00
parent 366a0e221a
commit db3dda1f0b
5 changed files with 14 additions and 13 deletions

View file

@ -9,16 +9,6 @@ with lib; let
inherit (config.age) secrets;
in {
options.fireproof = {
username = lib.mkOption {
type = lib.types.str;
default = "nickolaj";
description = "The username of the user";
};
group = lib.mkOption {
type = lib.types.str;
default = "users";
};
home-manager = lib.mkOption {
type = options.home-manager.users.type.functor.wrapped;
};
@ -29,8 +19,8 @@ in {
users.users.${username} = {
isNormalUser = true;
extraGroups = ["wheel"];
# initialPassword = "password";
hashedPasswordFile = secrets.hashed-user-password.path;
initialPassword = "password";
#hashedPasswordFile = secrets.hashed-user-password.path;
};
home-manager = {

View file

@ -0,0 +1,3 @@
_: {
services.pcscd.enable = true;
}

View file

@ -9,5 +9,6 @@
./base/default-apps.nix
./dev/just.nix
./hardware/usb.nix
./hardware/yubikey.nix
];
}