mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
images: disable rebuilding
This commit is contained in:
parent
075c95041c
commit
0f0041270a
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
||||||
|
|
||||||
# no auto-updates
|
# no auto-updates
|
||||||
systemd.services.update-prefetch.enable = false;
|
systemd.services.update-prefetch.enable = false;
|
||||||
|
# disable rebuilding
|
||||||
|
system.switch.enable = false;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
diskrsync
|
diskrsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue