mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hydrogen: init
This commit is contained in:
parent
16a1666570
commit
a00bdb82be
10 changed files with 555 additions and 1 deletions
10
nix/configurations/hydrogen/nixos/misc.nix
Normal file
10
nix/configurations/hydrogen/nixos/misc.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/swapfile";
|
||||
size = 1024; # MB
|
||||
}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue