mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10: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;
|
||||
};
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 dev.bl-projekte.de
|
||||
'';
|
||||
|
||||
# Configure 8GB SWAP partition
|
||||
# swapDevices = [
|
||||
# {
|
||||
# device = "/swapfile";
|
||||
# size = 8 * 1024;
|
||||
# }
|
||||
# ];
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 8 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
boot = {
|
||||
# Configure additional kernel modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue