update
This commit is contained in:
parent
1306f250fa
commit
388c587fdf
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
kylekrein.services.autoUpgrade = {
|
||||
enable = true;
|
||||
pushUpdates = if hwconfig.hostname == "${username}-homepc" then true else false;
|
||||
configDir = "/home/${username}/nixos-config";
|
||||
configDir = "${if hwconfig.useImpermanence then "/persist/nixos-config" else "/home/${username}/nixos-config"}";
|
||||
user = username;
|
||||
};
|
||||
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/${username}/nixos-config";
|
||||
flake = "${if hwconfig.useImpermanence then "/persist/nixos-config" else "/home/${username}/nixos-config"}";
|
||||
};
|
||||
#https://discourse.nixos.org/t/dolphin-does-not-have-mime-associations/48985/3
|
||||
# This fixes the unpopulated MIME menus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue