summaryrefslogtreecommitdiff
path: root/nixos/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/nix.nix')
-rw-r--r--nixos/nix.nix31
1 files changed, 1 insertions, 30 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix
index e710c04..e0ad731 100644
--- a/nixos/nix.nix
+++ b/nixos/nix.nix
@@ -1,35 +1,6 @@
-{lib, ...}: {
+{...}: {
personal.nix = {
enable = true;
- autoUpgrade = {
- enable = true;
- autoUpdateInputs = [
- "precision-3571/home-manager"
- "precision-3571/my-nixpkgs/nur"
- "precision-3571/nixos-hardware"
- "precision-3571/nixpkgs"
- "precision-3571/stylix"
- ];
- };
- flake = "git+file:///etc/nixos";
gc.enable = true;
- remoteBuilds = {
- enable = true;
- machines.hephaistos = {
- enable = true;
- domain = "local";
- speedFactor = 1;
- require = false;
- };
- };
- };
-
- systemd.services.flake-update = {
- preStart = lib.mkAfter ''
- pushd /home/qaristote/code/nix/machines/precision-3571
- git status
- popd
- '';
- environment.HOME = "/root";
};
}