move nodejs/pnpm/sqlite to lab-specific packages
This commit is contained in:
parent
cd55a500e9
commit
dbe226cde8
2 changed files with 7 additions and 2 deletions
|
|
@ -25,7 +25,6 @@
|
|||
sops
|
||||
just
|
||||
htop
|
||||
nodejs
|
||||
pnpm
|
||||
];
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,6 +45,12 @@
|
|||
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs
|
||||
pnpm
|
||||
sqlite
|
||||
];
|
||||
|
||||
services.caddy.enable = true;
|
||||
services.caddy.email = "lew@ily.rs";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue