aboutsummaryrefslogtreecommitdiff
path: root/hosts/laurel/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/laurel/configuration.nix')
-rw-r--r--hosts/laurel/configuration.nix18
1 files changed, 14 insertions, 4 deletions
diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix
index 29864cf..ab05bc0 100644
--- a/hosts/laurel/configuration.nix
+++ b/hosts/laurel/configuration.nix
@@ -9,6 +9,7 @@
9 [ 9 [
10 # Include the results of the hardware scan. 10 # Include the results of the hardware scan.
11 ./hardware-configuration.nix 11 ./hardware-configuration.nix
12 ./servarr.nix
12 ]; 13 ];
13 14
14 # Use the systemd-boot EFI boot loader. 15 # Use the systemd-boot EFI boot loader.
@@ -44,10 +45,19 @@
44 ]; 45 ];
45 }; 46 };
46 47
47 environment.systemPackages = with pkgs; [ 48 environment.systemPackages = [
48 vim 49 pkgs.vim
49 wget 50 pkgs.wget
50 curl 51 pkgs.curl
52
53 pkgs.jellyfin
54 pkgs.jellyfin-web
55 pkgs.jellyfin-ffmpeg
56
57 pkgs.htop
58 pkgs.ripgrep
59 pkgs.git
60
51 ]; 61 ];
52 62
53 users.users.op = { 63 users.users.op = {