# roles/thin-client/deployment/default.nix # # Deployment layer: Disko BTRFS layout, auto-upgrade, snapper snapshots. # Q3 (nixos-anywhere), Q4 (BTRFS, @root/@home), Q18 (auto-upgrade daily, # generation-picker + BTRFS snapshot, auto-reboot). {config, lib, ...}: { imports = [ ./disko.nix ./auto-upgrade.nix ./snapper.nix ]; }