diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2024-04-05 10:59:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 10:59:38 +0200 |
| commit | 6bd39d420578aacf7c0bab7de3e7027b952115ae (patch) | |
| tree | e84978f345a91441855c396331aee4c68ee77c03 /modules/module-list.nix | |
| parent | d7f1482c47503d6508657ebcbaeef281b78c6c56 (diff) | |
| parent | 36524adc31566655f2f4d55ad6b875fb5c1a4083 (diff) | |
Merge branch 'LnL7:master' into master
Diffstat (limited to 'modules/module-list.nix')
| -rw-r--r-- | modules/module-list.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/module-list.nix b/modules/module-list.nix index 9e43d6c..ab7f0de 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -7,6 +7,7 @@ ./security/pam.nix ./security/pki ./security/sandbox + ./security/sudo.nix ./system ./system/base.nix ./system/checks.nix @@ -34,8 +35,10 @@ ./system/etc.nix ./system/keyboard.nix ./system/launchd.nix + ./system/nvram.nix ./system/patches.nix ./system/shells.nix + ./system/startup.nix ./system/version.nix ./time ./networking @@ -54,6 +57,7 @@ ./services/dnsmasq.nix ./services/emacs.nix ./services/eternal-terminal.nix + ./services/github-runner ./services/gitlab-runner.nix ./services/hercules-ci-agent ./services/ipfs.nix @@ -67,6 +71,7 @@ ./services/netbird.nix ./services/nix-daemon.nix ./services/nix-gc + ./services/nix-optimise ./services/ofborg ./services/postgresql ./services/privoxy @@ -78,10 +83,12 @@ ./services/synapse-bt.nix ./services/synergy ./services/tailscale.nix + ./services/trezord.nix ./services/wg-quick.nix ./services/yabai ./services/nextdns ./programs/bash + ./programs/direnv.nix ./programs/fish.nix ./programs/gnupg.nix ./programs/man.nix |
