generation 492 25.11.20250714.62e0f05
This commit is contained in:
@@ -12,28 +12,28 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# config = {
|
config = {
|
||||||
# age = {
|
age = {
|
||||||
# secrets = {
|
secrets = {
|
||||||
# zsh_remote = {
|
zsh_remote = {
|
||||||
# file = ../../secrets/zsh_remote.age;
|
file = ../secrets/zsh_remote.age;
|
||||||
# owner = "synchronous";
|
owner = "synchronous";
|
||||||
# mode = "0400";
|
mode = "0400";
|
||||||
# };
|
};
|
||||||
# tailscale-rq = {
|
tailscale-rq = {
|
||||||
# file = ../../secrets/tailscale-rq.age;
|
file = ../secrets/tailscale-rq.age;
|
||||||
# owner = "synchronous";
|
owner = "synchronous";
|
||||||
# mode = "0400";
|
mode = "0400";
|
||||||
# };
|
};
|
||||||
# ssh-pub = {
|
ssh-pub = {
|
||||||
# file = ../../secrets/ssh-pub.age;
|
file = ../secrets/ssh-pub.age;
|
||||||
# owner = "synchronous";
|
owner = "synchronous";
|
||||||
# mode = "0400";
|
mode = "0400";
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# secretsDir = "/home/synchronous/.agenix/agenix";
|
secretsDir = "/home/synchronous/.agenix/agenix";
|
||||||
# secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||||
# identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,28 +21,28 @@
|
|||||||
users.synchronous.imports = [../../home/home.nix];
|
users.synchronous.imports = [../../home/home.nix];
|
||||||
};
|
};
|
||||||
|
|
||||||
age = {
|
# age = {
|
||||||
secrets = {
|
# secrets = {
|
||||||
zsh_remote = {
|
# zsh_remote = {
|
||||||
file = ../../secrets/zsh_remote.age;
|
# file = ../../secrets/zsh_remote.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
tailscale-rq = {
|
# tailscale-rq = {
|
||||||
file = ../../secrets/tailscale-rq.age;
|
# file = ../../secrets/tailscale-rq.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
ssh-pub = {
|
# ssh-pub = {
|
||||||
file = ../../secrets/ssh-pub.age;
|
# file = ../../secrets/ssh-pub.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
secretsDir = "/home/synchronous/.agenix/agenix";
|
# secretsDir = "/home/synchronous/.agenix/agenix";
|
||||||
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
# secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||||
identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
# identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
|
|||||||
@@ -22,28 +22,28 @@
|
|||||||
users.synchronous.imports = [../../home/home.nix];
|
users.synchronous.imports = [../../home/home.nix];
|
||||||
};
|
};
|
||||||
|
|
||||||
age = {
|
# age = {
|
||||||
secrets = {
|
# secrets = {
|
||||||
zsh_remote = {
|
# zsh_remote = {
|
||||||
file = ../../secrets/zsh_remote.age;
|
# file = ../../secrets/zsh_remote.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
tailscale-rq = {
|
# tailscale-rq = {
|
||||||
file = ../../secrets/tailscale-rq.age;
|
# file = ../../secrets/tailscale-rq.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
ssh-pub = {
|
# ssh-pub = {
|
||||||
file = ../../secrets/ssh-pub.age;
|
# file = ../../secrets/ssh-pub.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
secretsDir = "/home/synchronous/.agenix/agenix";
|
# secretsDir = "/home/synchronous/.agenix/agenix";
|
||||||
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
# secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||||
identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
# identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
# boot.loader.grub.enable = true;
|
# boot.loader.grub.enable = true;
|
||||||
|
|||||||
@@ -14,28 +14,28 @@
|
|||||||
networking.hostName = "thonkpad"; # Define your hostname.
|
networking.hostName = "thonkpad"; # Define your hostname.
|
||||||
res = "1366x768";
|
res = "1366x768";
|
||||||
|
|
||||||
age = {
|
# age = {
|
||||||
secrets = {
|
# secrets = {
|
||||||
zsh_remote = {
|
# zsh_remote = {
|
||||||
file = ../../secrets/zsh_remote.age;
|
# file = ../../secrets/zsh_remote.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
tailscale-rq = {
|
# tailscale-rq = {
|
||||||
file = ../../secrets/tailscale-rq.age;
|
# file = ../../secrets/tailscale-rq.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
ssh-pub = {
|
# ssh-pub = {
|
||||||
file = ../../secrets/ssh-pub.age;
|
# file = ../../secrets/ssh-pub.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
secretsDir = "/home/synchronous/.agenix/agenix";
|
# secretsDir = "/home/synchronous/.agenix/agenix";
|
||||||
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
# secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||||
identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
# identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
|||||||
@@ -29,28 +29,28 @@
|
|||||||
users.synchronous.imports = [../../home/home.nix];
|
users.synchronous.imports = [../../home/home.nix];
|
||||||
};
|
};
|
||||||
|
|
||||||
age = {
|
# age = {
|
||||||
secrets = {
|
# secrets = {
|
||||||
zsh_remote = {
|
# zsh_remote = {
|
||||||
file = ../../secrets/zsh_remote.age;
|
# file = ../../secrets/zsh_remote.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
tailscale-rq = {
|
# tailscale-rq = {
|
||||||
file = ../../secrets/tailscale-rq.age;
|
# file = ../../secrets/tailscale-rq.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
ssh-pub = {
|
# ssh-pub = {
|
||||||
file = ../../secrets/ssh-pub.age;
|
# file = ../../secrets/ssh-pub.age;
|
||||||
owner = "synchronous";
|
# owner = "synchronous";
|
||||||
mode = "0400";
|
# mode = "0400";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
secretsDir = "/home/synchronous/.agenix/agenix";
|
# secretsDir = "/home/synchronous/.agenix/agenix";
|
||||||
secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
# secretsMountPoint = "/home/synchronous/.agenix/agenix.d";
|
||||||
identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
# identityPaths = ["/home/synchronous/.ssh/id_ed25519"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot";
|
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||||
|
|||||||
Reference in New Issue
Block a user