From 3537260fe31ea7efb200d38828af138f60e5d7e5 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 23 Aug 2025 12:53:16 -0500 Subject: [PATCH] chmod --- .gitignore | 0 homelab-services/mc-service/flake.lock | 0 homelab-services/mc-service/flake.nix | 0 .../mc-service/mods-config/testingServer/sleep.config | 0 homelab-services/minio-service/flake.lock | 0 homelab-services/minio-service/flake.nix | 0 nixos/.sops.yaml | 0 nixos/configuration.nix | 0 nixos/disk-config.nix | 0 nixos/flake.lock | 0 nixos/flake.nix | 0 nixos/hardware-configuration.nix | 0 nixos/home-roy.nix | 0 nixos/home.nix | 0 nixos/roy-config/alacritty/alacritty.toml | 0 nixos/roy-config/alacritty/catppuccin-frappe.toml | 0 nixos/roy-config/fish/config.fish | 0 nixos/roy-config/fish/fish_variables | 0 nixos/roy-config/fish/functions/fish_greeting.fish | 0 nixos/roy-config/fish/functions/fish_prompt.fish | 0 nixos/secrets/cloudflare.json | 0 nixos/secrets/minio.yaml | 0 nixos/secrets/tests-service.yaml | 0 readme.md | 0 server-steps.md | 0 25 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 homelab-services/mc-service/flake.lock mode change 100644 => 100755 homelab-services/mc-service/flake.nix mode change 100644 => 100755 homelab-services/mc-service/mods-config/testingServer/sleep.config mode change 100644 => 100755 homelab-services/minio-service/flake.lock mode change 100644 => 100755 homelab-services/minio-service/flake.nix mode change 100644 => 100755 nixos/.sops.yaml mode change 100644 => 100755 nixos/configuration.nix mode change 100644 => 100755 nixos/disk-config.nix mode change 100644 => 100755 nixos/flake.lock mode change 100644 => 100755 nixos/flake.nix mode change 100644 => 100755 nixos/hardware-configuration.nix mode change 100644 => 100755 nixos/home-roy.nix mode change 100644 => 100755 nixos/home.nix mode change 100644 => 100755 nixos/roy-config/alacritty/alacritty.toml mode change 100644 => 100755 nixos/roy-config/alacritty/catppuccin-frappe.toml mode change 100644 => 100755 nixos/roy-config/fish/config.fish mode change 100644 => 100755 nixos/roy-config/fish/fish_variables mode change 100644 => 100755 nixos/roy-config/fish/functions/fish_greeting.fish mode change 100644 => 100755 nixos/roy-config/fish/functions/fish_prompt.fish mode change 100644 => 100755 nixos/secrets/cloudflare.json mode change 100644 => 100755 nixos/secrets/minio.yaml mode change 100644 => 100755 nixos/secrets/tests-service.yaml mode change 100644 => 100755 readme.md mode change 100644 => 100755 server-steps.md diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/homelab-services/mc-service/flake.lock b/homelab-services/mc-service/flake.lock old mode 100644 new mode 100755 diff --git a/homelab-services/mc-service/flake.nix b/homelab-services/mc-service/flake.nix old mode 100644 new mode 100755 diff --git a/homelab-services/mc-service/mods-config/testingServer/sleep.config b/homelab-services/mc-service/mods-config/testingServer/sleep.config old mode 100644 new mode 100755 diff --git a/homelab-services/minio-service/flake.lock b/homelab-services/minio-service/flake.lock old mode 100644 new mode 100755 diff --git a/homelab-services/minio-service/flake.nix b/homelab-services/minio-service/flake.nix old mode 100644 new mode 100755 diff --git a/nixos/.sops.yaml b/nixos/.sops.yaml old mode 100644 new mode 100755 diff --git a/nixos/configuration.nix b/nixos/configuration.nix old mode 100644 new mode 100755 diff --git a/nixos/disk-config.nix b/nixos/disk-config.nix old mode 100644 new mode 100755 diff --git a/nixos/flake.lock b/nixos/flake.lock old mode 100644 new mode 100755 diff --git a/nixos/flake.nix b/nixos/flake.nix old mode 100644 new mode 100755 diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix old mode 100644 new mode 100755 diff --git a/nixos/home-roy.nix b/nixos/home-roy.nix old mode 100644 new mode 100755 diff --git a/nixos/home.nix b/nixos/home.nix old mode 100644 new mode 100755 diff --git a/nixos/roy-config/alacritty/alacritty.toml b/nixos/roy-config/alacritty/alacritty.toml old mode 100644 new mode 100755 diff --git a/nixos/roy-config/alacritty/catppuccin-frappe.toml b/nixos/roy-config/alacritty/catppuccin-frappe.toml old mode 100644 new mode 100755 diff --git a/nixos/roy-config/fish/config.fish b/nixos/roy-config/fish/config.fish old mode 100644 new mode 100755 diff --git a/nixos/roy-config/fish/fish_variables b/nixos/roy-config/fish/fish_variables old mode 100644 new mode 100755 diff --git a/nixos/roy-config/fish/functions/fish_greeting.fish b/nixos/roy-config/fish/functions/fish_greeting.fish old mode 100644 new mode 100755 diff --git a/nixos/roy-config/fish/functions/fish_prompt.fish b/nixos/roy-config/fish/functions/fish_prompt.fish old mode 100644 new mode 100755 diff --git a/nixos/secrets/cloudflare.json b/nixos/secrets/cloudflare.json old mode 100644 new mode 100755 diff --git a/nixos/secrets/minio.yaml b/nixos/secrets/minio.yaml old mode 100644 new mode 100755 diff --git a/nixos/secrets/tests-service.yaml b/nixos/secrets/tests-service.yaml old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 diff --git a/server-steps.md b/server-steps.md old mode 100644 new mode 100755