Flake update + fix ntfy in loki + remote network manager in freya
This commit is contained in:
parent
556f1d2745
commit
fe3593c552
5 changed files with 46 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue