Add more tome paths
This commit is contained in:
parent
c6fa8493df
commit
b0f910acf7
3 changed files with 6 additions and 5 deletions
|
@ -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: ''
|
||||
|
|
|
@ -40,6 +40,4 @@
|
|||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
}
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
yt-dlp
|
||||
];
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
networking.hosts = {
|
||||
"192.168.1.116" = [ "nixedo" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue