mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
statically set machine-id so spotify login persists
This commit is contained in:
parent
23623a001a
commit
ee95fa7ead
1 changed files with 3 additions and 0 deletions
|
|
@ -12,4 +12,7 @@ _: {lib, ...}: {
|
||||||
#make sure the sopskey is found
|
#make sure the sopskey is found
|
||||||
sops.age.sshKeyPaths = lib.mkForce ["/persist/ssh/ssh_host_ed25519_key"];
|
sops.age.sshKeyPaths = lib.mkForce ["/persist/ssh/ssh_host_ed25519_key"];
|
||||||
fileSystems."/persist".neededForBoot = true;
|
fileSystems."/persist".neededForBoot = true;
|
||||||
|
environment.etc = {
|
||||||
|
"machine-id".text = "b6431c2851094770b614a9cfa78fb6ea";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue