Add more tome paths

This commit is contained in:
Oliver Davies 2025-04-17 08:29:58 +01:00
parent c6fa8493df
commit b0f910acf7
3 changed files with 6 additions and 5 deletions

View file

@ -13,7 +13,12 @@
extraConfig =
let
tomePaths = [ "tome-test" ];
tomePaths = [
"core"
"sites/default/files"
"themes/custom/opdavies"
"tome-test"
];
tomeConfig = builtins.concatStringsSep "\n\n" (
builtins.map (path: ''

View file

@ -40,6 +40,4 @@
polkit.enable = true;
rtkit.enable = true;
};
zramSwap.enable = true;
}

View file

@ -46,8 +46,6 @@
yt-dlp
];
zramSwap.enable = true;
networking.hosts = {
"192.168.1.116" = [ "nixedo" ];
};