diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.sops.yaml b/.sops.yaml old mode 100644 new mode 100755 diff --git a/flake.lock b/flake.lock old mode 100644 new mode 100755 diff --git a/flake.nix b/flake.nix old mode 100644 new mode 100755 diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix old mode 100644 new mode 100755 index 87ef521..f25b6ac --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -13,11 +13,11 @@ system = { ssh.enable = true; sops.enable = true; - docker.enable = true; + docker.enable = false; syncthing.enable = true; # syncthing.mode = "server"; tailscale.enable = true; - nvidia.enable = true; +# nvidia.enable = true; }; homelab = { zfs.enable = true; diff --git a/hosts/snowbelle/hardware-configuration.nix b/hosts/snowbelle/hardware-configuration.nix index 56c6b8b..d7b58a2 100644 --- a/hosts/snowbelle/hardware-configuration.nix +++ b/hosts/snowbelle/hardware-configuration.nix @@ -8,31 +8,31 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" "rtsx_pci_sdmmc" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "ahci" "nvme" "uas" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/0fec6d8a-2264-4172-832a-3ea95967a3d7"; + { device = "/dev/disk/by-uuid/8bc3b53e-804f-44d5-8da3-9913dda0e5c2"; fsType = "btrfs"; options = [ "subvol=@root" ]; }; - fileSystems."/home" = - { device = "/dev/disk/by-uuid/0fec6d8a-2264-4172-832a-3ea95967a3d7"; - fsType = "btrfs"; - options = [ "subvol=@home" ]; - }; - fileSystems."/nix" = - { device = "/dev/disk/by-uuid/0fec6d8a-2264-4172-832a-3ea95967a3d7"; + { device = "/dev/disk/by-uuid/8bc3b53e-804f-44d5-8da3-9913dda0e5c2"; fsType = "btrfs"; options = [ "subvol=@nix" ]; }; + fileSystems."/home" = + { device = "/dev/disk/by-uuid/8bc3b53e-804f-44d5-8da3-9913dda0e5c2"; + fsType = "btrfs"; + options = [ "subvol=@home" ]; + }; + fileSystems."/boot" = - { device = "/dev/disk/by-uuid/BED7-7930"; + { device = "/dev/disk/by-uuid/4CD7-D44A"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; diff --git a/hosts/vaniville/configuration.nix b/hosts/vaniville/configuration.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/nfs.nix b/modules/homelab/nfs.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/nginx-proxy.nix b/modules/homelab/nginx-proxy.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/services/.template.nix b/modules/homelab/services/.template.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/services/default.nix b/modules/homelab/services/default.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/services/jellyfin/default.nix b/modules/homelab/services/jellyfin/default.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/smb.nix b/modules/homelab/smb.nix old mode 100644 new mode 100755 diff --git a/modules/homelab/zfs.nix b/modules/homelab/zfs.nix old mode 100644 new mode 100755 diff --git a/modules/system/default.nix b/modules/system/default.nix old mode 100644 new mode 100755 diff --git a/modules/system/docker.nix b/modules/system/docker.nix old mode 100644 new mode 100755 diff --git a/modules/system/sops.nix b/modules/system/sops.nix old mode 100644 new mode 100755 diff --git a/modules/system/ssh.nix b/modules/system/ssh.nix old mode 100644 new mode 100755 diff --git a/modules/system/syncthing.nix b/modules/system/syncthing.nix old mode 100644 new mode 100755 diff --git a/modules/system/tailscale.nix b/modules/system/tailscale.nix old mode 100644 new mode 100755 diff --git a/rebuild.sh b/rebuild.sh old mode 100644 new mode 100755 diff --git a/secrets/secrets.yaml b/secrets/secrets.yaml old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/ctpv/config b/users/blake/dotfiles/ctpv/config old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/lf/lfrc b/users/blake/dotfiles/lf/lfrc old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/init.lua b/users/blake/dotfiles/nvim/init.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lazy-lock.json b/users/blake/dotfiles/nvim/lazy-lock.json old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/base/base.lua b/users/blake/dotfiles/nvim/lua/base/base.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/base/keymaps.lua b/users/blake/dotfiles/nvim/lua/base/keymaps.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/base/lazy.lua b/users/blake/dotfiles/nvim/lua/base/lazy.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/plugins/cmp.lua b/users/blake/dotfiles/nvim/lua/plugins/cmp.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/plugins/cokeline.lua.disable b/users/blake/dotfiles/nvim/lua/plugins/cokeline.lua.disable old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/plugins/colorschemes.lua.disable b/users/blake/dotfiles/nvim/lua/plugins/colorschemes.lua.disable old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/plugins/image.lua.disable b/users/blake/dotfiles/nvim/lua/plugins/image.lua.disable old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/plugins/nightfox.lua b/users/blake/dotfiles/nvim/lua/plugins/nightfox.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/lua/plugins/vimwiki.lua b/users/blake/dotfiles/nvim/lua/plugins/vimwiki.lua old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/spell/en.utf-8.add b/users/blake/dotfiles/nvim/spell/en.utf-8.add old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/nvim/spell/en.utf-8.add.spl b/users/blake/dotfiles/nvim/spell/en.utf-8.add.spl old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/zsh/.zshenv b/users/blake/dotfiles/zsh/.zshenv old mode 100644 new mode 100755 diff --git a/users/blake/dotfiles/zsh/.zshrc b/users/blake/dotfiles/zsh/.zshrc old mode 100644 new mode 100755 diff --git a/users/blake/home.nix b/users/blake/home.nix old mode 100644 new mode 100755 diff --git a/users/users.nix b/users/users.nix old mode 100644 new mode 100755