generation 492 25.11.20250714.62e0f05
This commit is contained in:
@@ -7,22 +7,9 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../system/system.nix
|
||||
../meta.nix
|
||||
];
|
||||
|
||||
options = {
|
||||
res = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "1920x1080";
|
||||
description = "screen resolution";
|
||||
};
|
||||
|
||||
# zsh_remote = lib.mkOption {
|
||||
# type = lib.types.str;
|
||||
# default = "1920x1080";
|
||||
# description = "zsh remote secret";
|
||||
# };
|
||||
};
|
||||
|
||||
config = {
|
||||
networking.hostName = "rq"; # Define your hostname.
|
||||
res = "2560x1440";
|
||||
@@ -34,13 +21,6 @@
|
||||
users.synchronous.imports = [../../home/home.nix];
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/nvme0n1";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
boot.loader.grub.version = 2;
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
age = {
|
||||
secrets = {
|
||||
zsh_remote = {
|
||||
@@ -59,12 +39,18 @@
|
||||
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";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
boot.loader.grub.version = 2;
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
#boot = {
|
||||
# loader.systemd-boot = {
|
||||
# enable = true;
|
||||
|
||||
Reference in New Issue
Block a user