generation 492 25.11.20250714.62e0f05

This commit is contained in:
2025-08-17 01:55:45 -04:00
parent 646eed9cf3
commit 96e171e56d
4 changed files with 1 additions and 112 deletions

View File

@@ -22,29 +22,6 @@
users.synchronous.imports = [../../home/home.nix];
};
# age = {
# secrets = {
# zsh_remote = {
# file = ../../secrets/zsh_remote.age;
# owner = "synchronous";
# mode = "0400";
# };
# tailscale-rq = {
# file = ../../secrets/tailscale-rq.age;
# owner = "synchronous";
# mode = "0400";
# };
# ssh-pub = {
# file = ../../secrets/ssh-pub.age;
# owner = "synchronous";
# mode = "0400";
# };
# };
# secretsDir = "/home/synchronous/.agenix/agenix";
# secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
# identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
# };
# Bootloader.
# boot.loader.grub.enable = true;
# boot.loader.grub.device = "/dev/nvme0n1";
@@ -55,16 +32,5 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = false;
#boot = {
# loader.systemd-boot = {
# enable = true;
# editor = false;
# };
# kernelPackages = pkgs.linuxPackages;
#};
# boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.grub.enable = false;
};
}