diff --git a/hosts/sisyphe/features/services/archivebox.nix b/hosts/sisyphe/features/services/archivebox.nix new file mode 100644 index 0000000..d0685d3 --- /dev/null +++ b/hosts/sisyphe/features/services/archivebox.nix @@ -0,0 +1,6 @@ +{config, pkgs, ...}: +{ + environment.systemPackages = with pkgs; [ + archivebox + ]; +} diff --git a/hosts/sisyphe/features/services/irc-server.nix b/hosts/sisyphe/features/services/irc-server.nix index f69b01e..d193a33 100644 --- a/hosts/sisyphe/features/services/irc-server.nix +++ b/hosts/sisyphe/features/services/irc-server.nix @@ -8,5 +8,13 @@ description = "welcome to the silly kittens hut !! meow:3"; adminEmail = "admin@hypervirtual.world"; }; + + /**environment.etc = { + "ircd.conf" = { + text ='' + ''; + mode = "440"; + }; + };**/ }