13 current 2025-10-06 22:31:54 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 22:31:56 -05:00
parent edf9996258
commit ccda763364
41 changed files with 8 additions and 2 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
.sops.yaml Executable file → Normal file
View File

0
flake.lock generated Executable file → Normal file
View File

2
flake.nix Executable file → Normal file
View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 12 current 2025-10-06 22:20:19 25.05.20251001.5b5be50 6.12.49 *
# generation: 13 current 2025-10-06 22:31:54 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

6
hosts/snowbelle/configuration.nix Executable file → Normal file
View File

@@ -37,6 +37,12 @@
users.groups.media = { gid = 700; };
# testing!
boot.plymouth.enable = false;
boot.initrd.systemd.enable = true; # optional, for nicer initrd logs
boot.loader.systemd-boot.consoleMode = "auto"; # not "keep" or "max"
# use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

0
hosts/vaniville/configuration.nix Executable file → Normal file
View File

0
modules/homelab/default.nix Executable file → Normal file
View File

0
modules/homelab/nfs.nix Executable file → Normal file
View File

0
modules/homelab/nginx-proxy.nix Executable file → Normal file
View File

0
modules/homelab/services/.template.nix Executable file → Normal file
View File

0
modules/homelab/services/default.nix Executable file → Normal file
View File

0
modules/homelab/services/jellyfin/default.nix Executable file → Normal file
View File

0
modules/homelab/smb.nix Executable file → Normal file
View File

0
modules/homelab/zfs.nix Executable file → Normal file
View File

0
modules/system/default.nix Executable file → Normal file
View File

0
modules/system/docker.nix Executable file → Normal file
View File

0
modules/system/sops.nix Executable file → Normal file
View File

0
modules/system/ssh.nix Executable file → Normal file
View File

0
modules/system/syncthing.nix Executable file → Normal file
View File

0
modules/system/tailscale.nix Executable file → Normal file
View File

View File

@@ -11,7 +11,7 @@ gen=$(nixos-rebuild list-generations | grep current | awk '{print $1}')
echo "nixos rebuilding..."
sudo nixos-rebuild switch --flake ~/.nix#snowbelle &>.nixos-switch-log || (
cat .nixos-switch-log | grep --color error && false)
cat .nixos-switch-log)
gen=$(nixos-rebuild list-generations | grep current)
if sed -n '3p' flake.nix | grep -q '^# generation:'; then

0
secrets/secrets.yaml Executable file → Normal file
View File

0
users/blake/dotfiles/ctpv/config Executable file → Normal file
View File

0
users/blake/dotfiles/lf/lfrc Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/init.lua Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/lazy-lock.json Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/lua/base/base.lua Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/lua/base/keymaps.lua Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/lua/base/lazy.lua Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/lua/plugins/cmp.lua Executable file → Normal file
View File

View File

View File

View File

0
users/blake/dotfiles/nvim/lua/plugins/nightfox.lua Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/lua/plugins/vimwiki.lua Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/spell/en.utf-8.add Executable file → Normal file
View File

0
users/blake/dotfiles/nvim/spell/en.utf-8.add.spl Executable file → Normal file
View File

0
users/blake/dotfiles/zsh/.zshenv Executable file → Normal file
View File

0
users/blake/dotfiles/zsh/.zshrc Executable file → Normal file
View File

0
users/blake/home.nix Executable file → Normal file
View File

0
users/users.nix Executable file → Normal file
View File