Files
nixverse/nodes/hosts/group.nix
jay ffa8781759 Add fingerprint reader stuff and framework default hardware profile.
Compilation fix.

Compilation fix.

Compilation fix.

Compilation fix.
2025-07-17 20:21:06 -04:00

12 lines
135 B
Nix

{
common = {
os = "nixos";
channel = "stable";
};
lappy = {};
nixy = {
deploy.local = true;
};
nixwork = {};
}