diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-11-05 20:51:25 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-11-05 20:51:25 -0700 |
| commit | efabb27a0604ad2c6f7a70c601b5480837801a06 (patch) | |
| tree | 536ef16fa66739f20148312f3c1df15c9f0cbf43 /modules | |
| parent | 6ff62a2b220a5bcbad12b5a60a8b61d6fdd0aeab (diff) | |
| parent | cbcaca059177635d1c920ce3be385d5474a99a80 (diff) | |
Merge branch 'master' of ssh://git.myrmexia.xyz:2200/srv/git/.flake
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/hypridle.nix | 2 | ||||
| -rw-r--r-- | modules/home-manager/shell.nix | 1 | ||||
| -rw-r--r-- | modules/nixos/cgit.nix | 1 | ||||
| -rw-r--r-- | modules/users/defin.nix | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/modules/home-manager/hypridle.nix b/modules/home-manager/hypridle.nix index b8fdb3d..d681961 100644 --- a/modules/home-manager/hypridle.nix +++ b/modules/home-manager/hypridle.nix @@ -36,7 +36,7 @@ } { timeout = 420; - on-timeout = "${brightnessSet} 0% && systemctl suspsend"; + on-timeout = "${brightnessSet} 0% && systemctl suspend"; on-resume = "brightnessctl -r"; } ]; diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 6c6d566..2e48849 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -28,7 +28,6 @@ in { source ${nushell-scripts}/custom-completions/nix/nix-completions.nu source ${nushell-scripts}/custom-completions/man/man-completions.nu source ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu - source ${nushell-scripts}/custom-completions/make/make-completions.nu source ${nushell-scripts}/custom-completions/git/git-completions.nu use ${nushell-scripts}/themes/nu-themes/catppuccin-mocha.nu $env.config = ($env.config | merge {color_config: (catppuccin-mocha)}) diff --git a/modules/nixos/cgit.nix b/modules/nixos/cgit.nix index a5b4013..c4ef76a 100644 --- a/modules/nixos/cgit.nix +++ b/modules/nixos/cgit.nix @@ -1,6 +1,7 @@ { config, pkgs, ... } : { # This is for hosting on bosco services.cgit = { "git.myrmexia.xyz" = { + user = "cgit"; enable = true; nginx.location = "/"; # nginx.virtualHost = "git.myrmexia.xyz"; diff --git a/modules/users/defin.nix b/modules/users/defin.nix index 0b6b06e..24863d6 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -30,7 +30,7 @@ }; }; - nix.settings.trusted-users = [ "@builders" ]; + # nix.settings.trusted-users = [ "@builders" ]; security.pam = { sshAgentAuth.enable = true; # services.sudo.sshAgentAuth = true; |
