Inital nix-serve setup
This commit is contained in:
parent
29c18b8a2c
commit
e93bf793a7
1 changed files with 9 additions and 0 deletions
9
nixos/machines/driftwood/cache.nix
Normal file
9
nixos/machines/driftwood/cache.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue