summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-02-20 20:49:55 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-02-20 20:49:55 -0500
commit62953c4e27aa70dff4e00096ed0e21001f1a3bb2 (patch)
tree7315ebc38a96f834cca796c2c395d7b0d11e6cd6 /config
parentd7d5c3dbcbff2608c5ea8318d744603b8b64c56b (diff)
Remove dead code
Diffstat (limited to 'config')
-rw-r--r--config/auto-upgrade.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix
index d7a9a9d..ad8de9a 100644
--- a/config/auto-upgrade.nix
+++ b/config/auto-upgrade.nix
@@ -1,25 +1,5 @@
{ config, lib, pkgs, ... }:
{
- # systemd.services = {
- # nixos-config-pull = {
- # description = "Pull nixos config from git.";
- # path = [ pkgs.git ];
- # wantedBy = [ "nixos-upgrade.service" ];
- # before = [ "nixos-upgrade.service" ];
- # serviceConfig = {
- # Type = "oneshot";
- # User = "orbekk";
- # };
- # script = ''
- # cd /opt/site/nixos-config
- # git pull https://git.orbekk.com/nixos-config.git
- # '';
- # };
- # nixos-upgrade = {
- # path = [ pkgs.bzip2.bin ];
- # };
- # };
-
system.autoUpgrade = {
enable = true;
dates = "weekly";