mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
⚡️ Add back Swapfile and remove old extraHosts entry
This commit is contained in:
parent
83fcfe7916
commit
7d17d31ed8
1 changed files with 6 additions and 10 deletions
|
@ -34,17 +34,13 @@
|
||||||
archetypes.laptop.enable = true;
|
archetypes.laptop.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.extraHosts = ''
|
|
||||||
127.0.0.1 dev.bl-projekte.de
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Configure 8GB SWAP partition
|
# Configure 8GB SWAP partition
|
||||||
# swapDevices = [
|
swapDevices = [
|
||||||
# {
|
{
|
||||||
# device = "/swapfile";
|
device = "/swapfile";
|
||||||
# size = 8 * 1024;
|
size = 8 * 1024;
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# Configure additional kernel modules.
|
# Configure additional kernel modules.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue