.
This commit is contained in:
parent
3d23da27f6
commit
cf8438df3a
2 changed files with 6 additions and 9 deletions
|
@ -10,8 +10,4 @@
|
|||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
weechat
|
||||
];
|
||||
|
||||
}
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue