summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorAshlynn Anderson <github@pea.sh>2021-05-18 11:29:37 -0400
committerGitHub <noreply@github.com>2021-05-18 08:29:37 -0700
commit903665f31c5c8aeaaf6481c44c3e47702ea465ad (patch)
tree57b6338b46c84e46f1fe868f85a98792e439e1e6 /nixos/modules/module-list.nix
parent6ca9ae4e06f04fb927f0c0e05dd452f11545d02f (diff)
downloadnixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.tar
nixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.tar.gz
nixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.tar.bz2
nixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.tar.lz
nixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.tar.xz
nixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.tar.zst
nixpkgs-903665f31c5c8aeaaf6481c44c3e47702ea465ad.zip
nixos/self-deploy: init (#120940)
Add `self-deploy` service to facilitate continuous deployment of NixOS
configuration from a git repository.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 9830a5f203e..121696b17b8 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -895,6 +895,7 @@
   ./services/system/kerberos/default.nix
   ./services/system/nscd.nix
   ./services/system/saslauthd.nix
+  ./services/system/self-deploy.nix
   ./services/system/uptimed.nix
   ./services/torrent/deluge.nix
   ./services/torrent/flexget.nix