This commit is contained in:
Aleksandr Lebedev 2025-02-28 16:15:55 +01:00
parent 6f5a549bac
commit a0dbe07b77
2 changed files with 3 additions and 3 deletions

View file

@ -196,7 +196,7 @@
system = x86;
pkgs = andrej-pc-pkgs nixpkgs;
modules = [
(import ./disko/ext4-swap.nix {device = "/dev/sda"; swapSize = 16;})
(import ./disko/ext4-swap.nix {device = "/dev/sda"; swapSize = "16G";})
(import ./disko/ext4.nix {device = "/dev/sdb";})
./nixos/hosts/andrej-pc/configuration.nix
];