adds duplicati notif

This commit is contained in:
2024-11-14 22:30:42 +01:00
parent e83ebe2d2c
commit 6bb22de9ce
2 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,9 @@
{
imports = [ /etc/nixos/hardware-configuration.nix ];
networking.hostName = "mennos-gamingpc";
networking.interfaces.enp8s0.wakeOnLan = {
enable = true;
};
# Bootloader.
boot.loader.systemd-boot.enable = true;