diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-23 12:41:23 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-23 12:41:23 -0500 |
| commit | f10624e907621458407be98a567918afe77d59b6 (patch) | |
| tree | 12c383e23a68e584f7559b07c11c17c6eed922be /configuration.nix | |
| parent | 974a2ba37bfb80934275adc335e8f0a0ffcf49a3 (diff) | |
simple reorganization
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configuration.nix b/configuration.nix index f234f57..de8beeb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,17 +46,6 @@ LC_TIME = "en_US.UTF-8"; }; - # TODO tmp cgit - services.cgit."git.localhost" = { - enable = true; - scanPath = "/srv/git"; - nginx.virtualHost = "localhost"; - extraConfig = '' - root-title=cgit experiment - ''; - gitHttpBackend.checkExportOkFiles = false; - }; - nix.settings.trusted-users = [ "root" "henz" @@ -468,11 +457,6 @@ }) ]; - # GnuPG - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; services.pcscd.enable = true; # services.ollama = { @@ -485,9 +469,6 @@ # }; # }; - # Install firefox. - programs.firefox.enable = true; - programs.neovim = { enable = true; defaultEditor = true; |
