summaryrefslogtreecommitdiff
path: root/config/system.nix
blob: 5a568a2e1ebb6bf60be1f09bd611a770e5925244 (plain)
1
2
3
4
5
6
{...}: {
  personal.system = {
    flake = "git+file:///etc/nixos/";
    autoUpgrade.enable = true;
  };
}