changes to home assistant, docker images, rustdesk relay

This commit is contained in:
2024-02-28 23:38:15 +01:00
parent 8650c3f6ee
commit c9e4ab6af0
15 changed files with 292 additions and 199 deletions

View File

@@ -3,7 +3,9 @@
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in {
nixpkgs.config.allowUnfree = true;
imports =
@@ -27,10 +29,10 @@
];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1v"
"electron-24.8.6"
];
# nixpkgs.config.permittedInsecurePackages = [
# "openssl-1.1.1v"
# "electron-24.8.6"
# ];
fonts.packages = with pkgs; [
open-sans
@@ -123,6 +125,7 @@
git-filter-repo
ykfde
nix-prefetch-git
unstable.rustdesk-flutter
];
environment.variables = {