summaryrefslogtreecommitdiffstats
path: root/machines/jormungand
diff options
context:
space:
mode:
authorDominique Martinet @ odin <asmadeus@codewreck.org>2020-06-06 10:59:38 +0200
committerDominique Martinet @ odin <asmadeus@codewreck.org>2020-06-06 10:59:38 +0200
commitab1a203adcb3b11b0a18dbf5ba594c6afeba3072 (patch)
treea791bb5bcd94c7af3fd289db471892561a24b478 /machines/jormungand
parentae06420e11fe2b4f62762d358b13d84351bc4005 (diff)
configure zramSwap on odin+jormungand
Diffstat (limited to 'machines/jormungand')
-rw-r--r--machines/jormungand/configuration.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/machines/jormungand/configuration.nix b/machines/jormungand/configuration.nix
index 130bc46..50e878d 100644
--- a/machines/jormungand/configuration.nix
+++ b/machines/jormungand/configuration.nix
@@ -5,13 +5,14 @@
[
./hardware-configuration.nix
./network.nix
+ ../../profiles/ashuffle.nix
../../profiles/common.nix
../../profiles/users.nix
- ./nginx.nix
- ./mpd.nix
- ../../profiles/ashuffle.nix
../../profiles/vaderetro.nix
+ ../../profiles/zramswap.nix
./matrix.nix
+ ./mpd.nix
+ ./nginx.nix
];
boot.loader.grub.enable = true;