This commit is contained in:
@@ -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
|
||||
|
@@ -9,6 +9,6 @@
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
../../system
|
||||
../../home
|
||||
../../home/prismo.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user