This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{ config, inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# Sops stuff
|
||||
sops.defaultSopsFile = ../../secrets/gunter/secrets.yaml;
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
sops.age.generateKey = true;
|
||||
sops.secrets."gotify_tokens/backup-home" = { };
|
||||
|
||||
# Bootloader stuff
|
||||
boot.kernelParams = [
|
||||
|
Reference in New Issue
Block a user