nix-config/devices/inkvine/options.nix

10 lines
163 B
Nix

{...}: {
conf = {
host = "laptop";
secureboot.enable = true;
yubikey.login = true;
stateVersion = "24.11";
hmStateVersion = "24.11";
};
}