summaryrefslogtreecommitdiff
path: root/machines/biski
diff options
context:
space:
mode:
Diffstat (limited to 'machines/biski')
-rw-r--r--machines/biski/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/machines/biski/default.nix b/machines/biski/default.nix
index 238ba66..f2b416e 100644
--- a/machines/biski/default.nix
+++ b/machines/biski/default.nix
@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
-{ config, lib, ... }:
+{ config, pkgs, lib, ... }:
{
imports =
@@ -29,6 +29,10 @@
};
security.pam.sshAgentAuth.enable = true;
+ environment.systemPackages = with pkgs; [
+ irssi
+ ];
+
services.rsyslogd = {
enable = true;
extraConfig = ''