mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix hardware uuids
This commit is contained in:
parent
12b4c4c013
commit
13540927b4
@ -21,7 +21,7 @@
|
||||
boot.initrd.luks.devices."crypted".device = "/dev/disk/by-uuid/9c84f143-023d-4fcb-a49c-ca78ce69e0e0";
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/4824-2CFD";
|
||||
{ device = "/dev/disk/by-uuid/39E0-047B";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
||||
@ -9,9 +9,6 @@ with lib; {
|
||||
mkIf cfg.enable {
|
||||
sops = {
|
||||
defaultSopsFile = ../secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
age.generateKey = true;
|
||||
gnupg.sshKeyPaths = [
|
||||
../secrets/keys/users
|
||||
../secrets/keys/hosts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user