This commit is contained in:
root 2024-05-29 12:56:43 +02:00
parent 3d23da27f6
commit cf8438df3a
2 changed files with 6 additions and 9 deletions

View file

@ -10,8 +10,4 @@
]; ];
}; };
environment.systemPackages = with pkgs; [
weechat
];
} }

View file

@ -6,10 +6,10 @@ in
{ {
imports = imports =
[ [
../common/configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
./backups.nix ./backups.nix
./armael.nix ./armael.nix
../common/configuration.nix
]; ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
@ -35,10 +35,11 @@ in
map (port: port.num) map (port: port.num)
(builtins.filter (port: port.proto == "udp") vars.ovenNat.forwardPorts); (builtins.filter (port: port.proto == "udp") vars.ovenNat.forwardPorts);
# Copy the NixOS configuration file and link it from the resulting system environment.systemPackages = with pkgs; [
# (/run/current-system/configuration.nix). This is useful in case you weechat
# accidentally delete configuration.nix. transmission
# system.copySystemConfiguration = true; tremc
];
# This option defines the first version of NixOS you have installed on this particular machine, # 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. # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.