added websockets
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ self, inputs, ... }: {
|
{ self, inputs, ... }: {
|
||||||
flake.modules.nixos.base = {
|
flake.modules.nixos.base = { config, pkgs, lib, ... }: {
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
permittedInsecurePackages = [ "openssl-1.1.1w" ];
|
permittedInsecurePackages = [ "openssl-1.1.1w" ];
|
||||||
@@ -38,5 +38,5 @@
|
|||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
@@ -4,6 +4,9 @@
|
|||||||
nixGLPackage = inputs.nixgl.packages.${pkgs.stdenv.hostPlatform.system}.nixGLIntel;
|
nixGLPackage = inputs.nixgl.packages.${pkgs.stdenv.hostPlatform.system}.nixGLIntel;
|
||||||
myNoctaliaUnwrapped = inputs.wrapper-modules.wrappers.noctalia-shell.wrap {
|
myNoctaliaUnwrapped = inputs.wrapper-modules.wrappers.noctalia-shell.wrap {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
runtimePkgs = [
|
||||||
|
pkgs.qt6.qtwebsockets
|
||||||
|
];
|
||||||
# settings =
|
# settings =
|
||||||
# (builtins.fromJSON
|
# (builtins.fromJSON
|
||||||
# (builtins.readFile ./noctalia.json)).settings;
|
# (builtins.readFile ./noctalia.json)).settings;
|
||||||
|
|||||||
Reference in New Issue
Block a user