hydrogen: init

This commit is contained in:
Primrose 2025-11-01 13:04:03 +08:00
parent 16a1666570
commit a00bdb82be
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
10 changed files with 555 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
system.stateVersion = "25.05";
swapDevices = [
{
device = "/var/swapfile";
size = 1024; # MB
}
];
}