sops fix, vaapi

This commit is contained in:
unexplrd
2025-03-04 13:07:52 +02:00
parent 25549279f2
commit d880ca20ca
6 changed files with 15 additions and 6 deletions

View File

@ -69,6 +69,8 @@
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
vpl-gpu-rt
];
};

View File

@ -13,7 +13,7 @@ in {
};
defaultSopsFile = "${secretsPath}/secrets.yaml";
secrets = {
"user-password-hashed" = {};
"user-password-hashed".neededForUsers = true;
"ssh-private-dunamis-user" = {
path = "/home/user/.ssh/id_ed25519";
mode = "0400";

View File

@ -68,7 +68,14 @@ in {
bluetooth.enable = true;
};
networking.useDHCP = lib.mkDefault true;
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
vpl-gpu-rt
];
};
# intel ax201 wifi card firmware
hardware.enableRedistributableFirmware = true;

View File

@ -13,7 +13,7 @@ in {
};
defaultSopsFile = "${secretsPath}/secrets.yaml";
secrets = {
"user-password-hashed" = {};
"user-password-hashed".neededForUsers = true;
"ssh-private-eldrid-rmbuild" = {};
"ssh-private-eldrid-user" = {
path = "/home/user/.ssh/id_ed25519";

View File

@ -13,7 +13,7 @@ in {
};
defaultSopsFile = "${secretsPath}/secrets.yaml";
secrets = {
"user-password-hashed" = {};
"user-password-hashed".neededForUsers = true;
"ssh-private-sarien-user" = {
path = "/home/user/.ssh/id_ed25519";
mode = "0400";

View File

@ -39,8 +39,8 @@ in {
kb_layout = "us,ua";
resolve_binds_by_sym =
if hostname == "dunamis"
then 1
else 0;
then 0
else 1;
repeat_rate = 50;
repeat_delay = 300;
# mouse