Update pingbox

This commit is contained in:
2022-11-17 20:39:43 +00:00
parent 0cf6f54f44
commit ad2b67e9d5
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
./hardware-configuration.nix
../common
../common/graphical
(import ../../modules).pingbox
];
boot.resumeDevice = "/dev/disk/by-label/swap";

View File

@@ -13,4 +13,10 @@
./postgres
];
};
pingbox = {
imports = [
./postgres
];
};
}