From cf8438df3ab1b74cd247eb027945bb2b1a92f1d1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 May 2024 12:56:43 +0200 Subject: [PATCH] . --- pastila/armael.nix | 4 ---- pastila/configuration.nix | 11 ++++++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/pastila/armael.nix b/pastila/armael.nix index dda3768..dfd9797 100644 --- a/pastila/armael.nix +++ b/pastila/armael.nix @@ -10,8 +10,4 @@ ]; }; - environment.systemPackages = with pkgs; [ - weechat - ]; - } \ No newline at end of file diff --git a/pastila/configuration.nix b/pastila/configuration.nix index 53f0aaf..a16e66a 100644 --- a/pastila/configuration.nix +++ b/pastila/configuration.nix @@ -6,10 +6,10 @@ in { imports = [ + ../common/configuration.nix ./hardware-configuration.nix ./backups.nix ./armael.nix - ../common/configuration.nix ]; # Use the GRUB 2 boot loader. @@ -35,10 +35,11 @@ in map (port: port.num) (builtins.filter (port: port.proto == "udp") vars.ovenNat.forwardPorts); - # Copy the NixOS configuration file and link it from the resulting system - # (/run/current-system/configuration.nix). This is useful in case you - # accidentally delete configuration.nix. - # system.copySystemConfiguration = true; + environment.systemPackages = with pkgs; [ + weechat + transmission + tremc + ]; # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.