10 lines
163 B
Nix
10 lines
163 B
Nix
{...}: {
|
|
conf = {
|
|
host = "laptop";
|
|
secureboot.enable = true;
|
|
yubikey.login = true;
|
|
|
|
stateVersion = "24.11";
|
|
hmStateVersion = "24.11";
|
|
};
|
|
}
|