From 0ea963c8795dc6816bc635a51e1969b01a261d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 8 Sep 2025 06:07:53 -0600 Subject: [PATCH] chore: Fix tree-wide permissions No idea why everything was executable, lol. --- .dir-locals.el | 0 .gitignore | 0 .sops.yaml | 0 flake.nix | 0 hosts/deertopia/configuration.nix | 0 hosts/deertopia/disks.nix | 0 hosts/deertopia/hardware.nix | 0 hosts/deertopia/system.nix | 0 hosts/fruitbook/disks.nix | 0 hosts/fruitbook/hardware.nix | 0 hosts/fruitbook/system.nix | 0 hosts/nixos-testbed/disks.nix | 0 hosts/nixos-testbed/hardware.nix | 0 hosts/nixos-testbed/system.nix | 0 hosts/sydpc/disks.nix | 0 hosts/sydpc/hardware.nix | 0 hosts/sydpc/system.nix | 0 lib/utils.nix | 0 modules/home/glab.nix | 0 modules/home/gpg.nix | 0 modules/home/impermanence.nix | 0 modules/home/mpd.nix | 0 modules/home/sops.nix | 0 modules/home/users/crumb/bash.nix | 0 modules/home/users/crumb/emacs.nix | 0 modules/home/users/crumb/emacs/early-init.el | 0 .../30.1-7e287bfd/site-start-62c14e03-f1c28c94.eln | Bin modules/home/users/crumb/emacs/init-straight.el | 0 modules/home/users/crumb/emacs/init.el | 0 modules/home/users/crumb/emacs/lib/syd-search.el | 0 modules/home/users/crumb/emacs/modules/syd-age.el | 0 .../home/users/crumb/emacs/modules/syd-autosave.el | 0 .../users/crumb/emacs/modules/syd-completion.el | 0 .../home/users/crumb/emacs/modules/syd-custom.el | 0 .../crumb/emacs/modules/syd-display-startup-time.el | 0 modules/home/users/crumb/emacs/modules/syd-evil.el | 0 .../home/users/crumb/emacs/modules/syd-keybinds.el | 0 modules/home/users/crumb/emacs/modules/syd-org.el | 0 .../home/users/crumb/emacs/modules/syd-projects.el | 0 .../home/users/crumb/emacs/modules/syd-scratch.el | 0 .../users/crumb/emacs/modules/syd-smartparens.el | 0 modules/home/users/crumb/emacs/modules/syd-ui.el | 0 .../users/crumb/emacs/modules/syd-use-package.el | 0 modules/home/users/crumb/waybar/dev.sh | 0 modules/home/users/crumb/waybar/src/cputemp | 0 modules/nixos/defaults.nix | 0 modules/nixos/defaults/documentation.nix | 0 modules/nixos/defaults/nixpkgs.nix | 0 modules/nixos/dropbox.nix | 0 modules/nixos/filesystemType.nix | 0 modules/nixos/gpg.nix | 0 modules/nixos/hosts.nix | 0 modules/nixos/impermanence.nix | 0 modules/nixos/impermanence/rollback.nix | 0 modules/nixos/sops.nix | 0 modules/nixos/tailscale.nix | 0 modules/nixos/users.nix | 0 outputs/homeConfigurations.nix | 0 outputs/nixosConfigurations.nix | 0 scripts/port-tools/ports | 0 scripts/sydnix-cli/.envrc | 0 scripts/sydnix-cli/.gitignore | 0 scripts/sydnix-cli/.projectile | 0 scripts/sydnix-cli/deps-lock.json | 0 scripts/sydnix-cli/deps.edn | 0 scripts/sydnix-cli/flake.lock | 0 scripts/sydnix-cli/flake.nix | 0 scripts/sydnix-cli/src/asciidoc/render.clj | 0 scripts/sydnix-cli/src/asciidoc/types.clj | 0 scripts/sydnix-cli/src/sydnix_cli/cli_table.clj | 0 .../src/sydnix_cli/commands/deps-lock.json | 0 scripts/sydnix-cli/src/sydnix_cli/commands/help.clj | 0 .../sydnix-cli/src/sydnix_cli/commands/rebuild.clj | 0 .../sydnix-cli/src/sydnix_cli/commands/status.clj | 0 scripts/sydnix-cli/src/sydnix_cli/commands/util.clj | 0 .../src/sydnix_cli/commands/util/mangen.clj | 0 scripts/sydnix-cli/src/sydnix_cli/main.clj | 0 scripts/sydnix-cli/src/sydnix_cli/mangen.clj | 0 scripts/sydnix-cli/src/sydnix_cli/prelude.clj | 0 scripts/vpn-tools/vpn | 0 users/crumb/default.nix | 0 users/crumb/files.nix | 0 users/crumb/secrets.yaml | 0 users/lain/default.nix | 0 users/liv/default.nix | 0 users/msyds/secrets.yaml | 0 86 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .dir-locals.el mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .sops.yaml mode change 100755 => 100644 flake.nix mode change 100755 => 100644 hosts/deertopia/configuration.nix mode change 100755 => 100644 hosts/deertopia/disks.nix mode change 100755 => 100644 hosts/deertopia/hardware.nix mode change 100755 => 100644 hosts/deertopia/system.nix mode change 100755 => 100644 hosts/fruitbook/disks.nix mode change 100755 => 100644 hosts/fruitbook/hardware.nix mode change 100755 => 100644 hosts/fruitbook/system.nix mode change 100755 => 100644 hosts/nixos-testbed/disks.nix mode change 100755 => 100644 hosts/nixos-testbed/hardware.nix mode change 100755 => 100644 hosts/nixos-testbed/system.nix mode change 100755 => 100644 hosts/sydpc/disks.nix mode change 100755 => 100644 hosts/sydpc/hardware.nix mode change 100755 => 100644 hosts/sydpc/system.nix mode change 100755 => 100644 lib/utils.nix mode change 100755 => 100644 modules/home/glab.nix mode change 100755 => 100644 modules/home/gpg.nix mode change 100755 => 100644 modules/home/impermanence.nix mode change 100755 => 100644 modules/home/mpd.nix mode change 100755 => 100644 modules/home/sops.nix mode change 100755 => 100644 modules/home/users/crumb/bash.nix mode change 100755 => 100644 modules/home/users/crumb/emacs.nix mode change 100755 => 100644 modules/home/users/crumb/emacs/early-init.el mode change 100755 => 100644 modules/home/users/crumb/emacs/eln-cache/30.1-7e287bfd/site-start-62c14e03-f1c28c94.eln mode change 100755 => 100644 modules/home/users/crumb/emacs/init-straight.el mode change 100755 => 100644 modules/home/users/crumb/emacs/init.el mode change 100755 => 100644 modules/home/users/crumb/emacs/lib/syd-search.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-age.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-autosave.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-completion.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-custom.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-display-startup-time.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-evil.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-keybinds.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-org.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-projects.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-scratch.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-smartparens.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-ui.el mode change 100755 => 100644 modules/home/users/crumb/emacs/modules/syd-use-package.el mode change 100755 => 100644 modules/home/users/crumb/waybar/dev.sh mode change 100755 => 100644 modules/home/users/crumb/waybar/src/cputemp mode change 100755 => 100644 modules/nixos/defaults.nix mode change 100755 => 100644 modules/nixos/defaults/documentation.nix mode change 100755 => 100644 modules/nixos/defaults/nixpkgs.nix mode change 100755 => 100644 modules/nixos/dropbox.nix mode change 100755 => 100644 modules/nixos/filesystemType.nix mode change 100755 => 100644 modules/nixos/gpg.nix mode change 100755 => 100644 modules/nixos/hosts.nix mode change 100755 => 100644 modules/nixos/impermanence.nix mode change 100755 => 100644 modules/nixos/impermanence/rollback.nix mode change 100755 => 100644 modules/nixos/sops.nix mode change 100755 => 100644 modules/nixos/tailscale.nix mode change 100755 => 100644 modules/nixos/users.nix mode change 100755 => 100644 outputs/homeConfigurations.nix mode change 100755 => 100644 outputs/nixosConfigurations.nix mode change 100755 => 100644 scripts/port-tools/ports mode change 100755 => 100644 scripts/sydnix-cli/.envrc mode change 100755 => 100644 scripts/sydnix-cli/.gitignore mode change 100755 => 100644 scripts/sydnix-cli/.projectile mode change 100755 => 100644 scripts/sydnix-cli/deps-lock.json mode change 100755 => 100644 scripts/sydnix-cli/deps.edn mode change 100755 => 100644 scripts/sydnix-cli/flake.lock mode change 100755 => 100644 scripts/sydnix-cli/flake.nix mode change 100755 => 100644 scripts/sydnix-cli/src/asciidoc/render.clj mode change 100755 => 100644 scripts/sydnix-cli/src/asciidoc/types.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/cli_table.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/commands/deps-lock.json mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/commands/help.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/commands/rebuild.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/commands/status.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/commands/util.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/commands/util/mangen.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/main.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/mangen.clj mode change 100755 => 100644 scripts/sydnix-cli/src/sydnix_cli/prelude.clj mode change 100755 => 100644 scripts/vpn-tools/vpn mode change 100755 => 100644 users/crumb/default.nix mode change 100755 => 100644 users/crumb/files.nix mode change 100755 => 100644 users/crumb/secrets.yaml mode change 100755 => 100644 users/lain/default.nix mode change 100755 => 100644 users/liv/default.nix mode change 100755 => 100644 users/msyds/secrets.yaml diff --git a/.dir-locals.el b/.dir-locals.el old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.sops.yaml b/.sops.yaml old mode 100755 new mode 100644 diff --git a/flake.nix b/flake.nix old mode 100755 new mode 100644 diff --git a/hosts/deertopia/configuration.nix b/hosts/deertopia/configuration.nix old mode 100755 new mode 100644 diff --git a/hosts/deertopia/disks.nix b/hosts/deertopia/disks.nix old mode 100755 new mode 100644 diff --git a/hosts/deertopia/hardware.nix b/hosts/deertopia/hardware.nix old mode 100755 new mode 100644 diff --git a/hosts/deertopia/system.nix b/hosts/deertopia/system.nix old mode 100755 new mode 100644 diff --git a/hosts/fruitbook/disks.nix b/hosts/fruitbook/disks.nix old mode 100755 new mode 100644 diff --git a/hosts/fruitbook/hardware.nix b/hosts/fruitbook/hardware.nix old mode 100755 new mode 100644 diff --git a/hosts/fruitbook/system.nix b/hosts/fruitbook/system.nix old mode 100755 new mode 100644 diff --git a/hosts/nixos-testbed/disks.nix b/hosts/nixos-testbed/disks.nix old mode 100755 new mode 100644 diff --git a/hosts/nixos-testbed/hardware.nix b/hosts/nixos-testbed/hardware.nix old mode 100755 new mode 100644 diff --git a/hosts/nixos-testbed/system.nix b/hosts/nixos-testbed/system.nix old mode 100755 new mode 100644 diff --git a/hosts/sydpc/disks.nix b/hosts/sydpc/disks.nix old mode 100755 new mode 100644 diff --git a/hosts/sydpc/hardware.nix b/hosts/sydpc/hardware.nix old mode 100755 new mode 100644 diff --git a/hosts/sydpc/system.nix b/hosts/sydpc/system.nix old mode 100755 new mode 100644 diff --git a/lib/utils.nix b/lib/utils.nix old mode 100755 new mode 100644 diff --git a/modules/home/glab.nix b/modules/home/glab.nix old mode 100755 new mode 100644 diff --git a/modules/home/gpg.nix b/modules/home/gpg.nix old mode 100755 new mode 100644 diff --git a/modules/home/impermanence.nix b/modules/home/impermanence.nix old mode 100755 new mode 100644 diff --git a/modules/home/mpd.nix b/modules/home/mpd.nix old mode 100755 new mode 100644 diff --git a/modules/home/sops.nix b/modules/home/sops.nix old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/bash.nix b/modules/home/users/crumb/bash.nix old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs.nix b/modules/home/users/crumb/emacs.nix old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/early-init.el b/modules/home/users/crumb/emacs/early-init.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/eln-cache/30.1-7e287bfd/site-start-62c14e03-f1c28c94.eln b/modules/home/users/crumb/emacs/eln-cache/30.1-7e287bfd/site-start-62c14e03-f1c28c94.eln old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/init-straight.el b/modules/home/users/crumb/emacs/init-straight.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/init.el b/modules/home/users/crumb/emacs/init.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/lib/syd-search.el b/modules/home/users/crumb/emacs/lib/syd-search.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-age.el b/modules/home/users/crumb/emacs/modules/syd-age.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-autosave.el b/modules/home/users/crumb/emacs/modules/syd-autosave.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-completion.el b/modules/home/users/crumb/emacs/modules/syd-completion.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-custom.el b/modules/home/users/crumb/emacs/modules/syd-custom.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-display-startup-time.el b/modules/home/users/crumb/emacs/modules/syd-display-startup-time.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-evil.el b/modules/home/users/crumb/emacs/modules/syd-evil.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-keybinds.el b/modules/home/users/crumb/emacs/modules/syd-keybinds.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-org.el b/modules/home/users/crumb/emacs/modules/syd-org.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-projects.el b/modules/home/users/crumb/emacs/modules/syd-projects.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-scratch.el b/modules/home/users/crumb/emacs/modules/syd-scratch.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-smartparens.el b/modules/home/users/crumb/emacs/modules/syd-smartparens.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-ui.el b/modules/home/users/crumb/emacs/modules/syd-ui.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/emacs/modules/syd-use-package.el b/modules/home/users/crumb/emacs/modules/syd-use-package.el old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/waybar/dev.sh b/modules/home/users/crumb/waybar/dev.sh old mode 100755 new mode 100644 diff --git a/modules/home/users/crumb/waybar/src/cputemp b/modules/home/users/crumb/waybar/src/cputemp old mode 100755 new mode 100644 diff --git a/modules/nixos/defaults.nix b/modules/nixos/defaults.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/defaults/documentation.nix b/modules/nixos/defaults/documentation.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/defaults/nixpkgs.nix b/modules/nixos/defaults/nixpkgs.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/dropbox.nix b/modules/nixos/dropbox.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/filesystemType.nix b/modules/nixos/filesystemType.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/gpg.nix b/modules/nixos/gpg.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/hosts.nix b/modules/nixos/hosts.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/impermanence.nix b/modules/nixos/impermanence.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/impermanence/rollback.nix b/modules/nixos/impermanence/rollback.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/sops.nix b/modules/nixos/sops.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/tailscale.nix b/modules/nixos/tailscale.nix old mode 100755 new mode 100644 diff --git a/modules/nixos/users.nix b/modules/nixos/users.nix old mode 100755 new mode 100644 diff --git a/outputs/homeConfigurations.nix b/outputs/homeConfigurations.nix old mode 100755 new mode 100644 diff --git a/outputs/nixosConfigurations.nix b/outputs/nixosConfigurations.nix old mode 100755 new mode 100644 diff --git a/scripts/port-tools/ports b/scripts/port-tools/ports old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/.envrc b/scripts/sydnix-cli/.envrc old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/.gitignore b/scripts/sydnix-cli/.gitignore old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/.projectile b/scripts/sydnix-cli/.projectile old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/deps-lock.json b/scripts/sydnix-cli/deps-lock.json old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/deps.edn b/scripts/sydnix-cli/deps.edn old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/flake.lock b/scripts/sydnix-cli/flake.lock old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/flake.nix b/scripts/sydnix-cli/flake.nix old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/asciidoc/render.clj b/scripts/sydnix-cli/src/asciidoc/render.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/asciidoc/types.clj b/scripts/sydnix-cli/src/asciidoc/types.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/cli_table.clj b/scripts/sydnix-cli/src/sydnix_cli/cli_table.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/commands/deps-lock.json b/scripts/sydnix-cli/src/sydnix_cli/commands/deps-lock.json old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/commands/help.clj b/scripts/sydnix-cli/src/sydnix_cli/commands/help.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/commands/rebuild.clj b/scripts/sydnix-cli/src/sydnix_cli/commands/rebuild.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/commands/status.clj b/scripts/sydnix-cli/src/sydnix_cli/commands/status.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/commands/util.clj b/scripts/sydnix-cli/src/sydnix_cli/commands/util.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/commands/util/mangen.clj b/scripts/sydnix-cli/src/sydnix_cli/commands/util/mangen.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/main.clj b/scripts/sydnix-cli/src/sydnix_cli/main.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/mangen.clj b/scripts/sydnix-cli/src/sydnix_cli/mangen.clj old mode 100755 new mode 100644 diff --git a/scripts/sydnix-cli/src/sydnix_cli/prelude.clj b/scripts/sydnix-cli/src/sydnix_cli/prelude.clj old mode 100755 new mode 100644 diff --git a/scripts/vpn-tools/vpn b/scripts/vpn-tools/vpn old mode 100755 new mode 100644 diff --git a/users/crumb/default.nix b/users/crumb/default.nix old mode 100755 new mode 100644 diff --git a/users/crumb/files.nix b/users/crumb/files.nix old mode 100755 new mode 100644 diff --git a/users/crumb/secrets.yaml b/users/crumb/secrets.yaml old mode 100755 new mode 100644 diff --git a/users/lain/default.nix b/users/lain/default.nix old mode 100755 new mode 100644 diff --git a/users/liv/default.nix b/users/liv/default.nix old mode 100755 new mode 100644 diff --git a/users/msyds/secrets.yaml b/users/msyds/secrets.yaml old mode 100755 new mode 100644