summaryrefslogtreecommitdiff
path: root/config/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/nix.nix')
-rw-r--r--config/nix.nix19
1 files changed, 1 insertions, 18 deletions
diff --git a/config/nix.nix b/config/nix.nix
index 4c95ce6..3142f93 100644
--- a/config/nix.nix
+++ b/config/nix.nix
@@ -1,28 +1,11 @@
{...}: {
personal.nix = {
enable = true;
- autoUpgrade.enable = true;
gc.enable = true;
- flake = "git+file:///etc/nixos/";
- remoteBuilds = {
- enable = true;
- machines.hephaistos = {
- enable = true;
- domain = "local";
- };
- };
};
- # disable local builds
- nix.settings.max-jobs = 0;
+
nixpkgs.flake = {
setNixPath = true;
setFlakeRegistry = true;
};
- system.autoUpgrade = {
- flags = [
- # for reading secrets from a file
- "--impure"
- ];
- dates = "02:00";
- };
}