Fix prismo config
All checks were successful
flake-check / build (push) Successful in 3m11s

This commit is contained in:
2024-10-02 22:58:18 +02:00
parent 58d251cb69
commit 0c9ff28dcc
7 changed files with 42 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
imports = [ ./hardware-configuration.nix ];
# Sops stuff
sops.defaultSopsFile = ../../secrets/gunter/secrets.yaml;
sops.defaultSopsFile = ../../secrets/prismo/secrets.yaml;
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
sops.age.generateKey = true;
sops.secrets."gotify_tokens/backup-home" = { };
@@ -40,7 +40,7 @@
time.timeZone = "Europe/Oslo";
# Enable opengl
hardware.opengl = {
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver

View File

@@ -9,6 +9,6 @@
./configuration.nix
./hardware-configuration.nix
../../system
../../home
../../home/prismo.nix
];
}