mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
kinda confused on how to use irc server
This commit is contained in:
parent
5e1fbf2fe3
commit
7e62493d21
2 changed files with 14 additions and 0 deletions
6
hosts/sisyphe/features/services/archivebox.nix
Normal file
6
hosts/sisyphe/features/services/archivebox.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
archivebox
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue