Flake update + fix ntfy in loki + remote network manager in freya

This commit is contained in:
Filippo Berto 2024-03-30 00:15:39 +01:00
parent 556f1d2745
commit fe3593c552
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 46 additions and 31 deletions

View file

@ -1,9 +1,14 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
let
hosts = import ../../hosts.nix;
in
{
age.secrets = {
ntfy-loki = { file = ../../secrets/ntfy-loki.age; owner = "bertof"; };
};
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
# kernelPackages = pkgs.linuxPackages_latest;