Migrate siit-dc to flakes

This commit is contained in:
Vili Sinervä 2025-06-04 23:50:16 +03:00
parent 35b438b115
commit a4b95111ab
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
6 changed files with 52 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
swapDevices = lib.mkForce [
swapDevices = [
{
device = "/var/lib/swapfile";
size = 16 * 1024;