mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: typo
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
# disable backups in the VM
|
# disable backups in the VM
|
||||||
services.btrbk.instances = lib.mkFOrce {};
|
services.btrbk.instances = lib.mkForce {};
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/nixos";
|
device = "/dev/disk/by-label/nixos";
|
||||||
|
|||||||
Reference in New Issue
Block a user