changes to home assistant, docker images, rustdesk relay
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -72,7 +72,6 @@ in {
|
||||
pinentry
|
||||
rbw
|
||||
rofi-rbw
|
||||
rustdesk
|
||||
slurp
|
||||
sway
|
||||
sway-launcher-desktop
|
||||
|
||||
Reference in New Issue
Block a user