Update pingbox
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../common
|
../common
|
||||||
../common/graphical
|
../common/graphical
|
||||||
|
|
||||||
|
(import ../../modules).pingbox
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.resumeDevice = "/dev/disk/by-label/swap";
|
boot.resumeDevice = "/dev/disk/by-label/swap";
|
||||||
|
|||||||
@@ -13,4 +13,10 @@
|
|||||||
./postgres
|
./postgres
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pingbox = {
|
||||||
|
imports = [
|
||||||
|
./postgres
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user