fix: fucking nullstar service errors
This commit is contained in:
parent
2cc3c91941
commit
55ec6a9fab
4 changed files with 5 additions and 7 deletions
|
|
@ -17,9 +17,6 @@
|
|||
|
||||
# Use latest kernel.
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
systemd.services.home-manager-xory.enable = false;
|
||||
|
||||
environment.persistence."/persistent" = {
|
||||
enable = true;
|
||||
hideMounts = true;
|
||||
|
|
@ -27,6 +24,7 @@
|
|||
"/var/log"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/libvirt"
|
||||
"/var/lib/ollama-models"
|
||||
"/etc/NetworkManager/system-connections"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue