mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -13,7 +13,6 @@ let
|
|||||||
./essentials
|
./essentials
|
||||||
./users.nix
|
./users.nix
|
||||||
./options.nix
|
./options.nix
|
||||||
# ./temp.nix
|
|
||||||
(./. + "/${deviceType}") # specific modules
|
(./. + "/${deviceType}") # specific modules
|
||||||
|
|
||||||
home-manager.nixosModules.home-manager # home-manager module
|
home-manager.nixosModules.home-manager # home-manager module
|
||||||
|
|||||||
@@ -3,7 +3,4 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
# imports = [
|
|
||||||
# #./xray.nix
|
|
||||||
# ];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
services.xray = {
|
|
||||||
enable = true;
|
|
||||||
settings = inputs.zeroq-credentials.public.services.xray;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.firewall = {
|
|
||||||
allowedTCPPorts = [ 443 ];
|
|
||||||
allowedUDPPorts = [ 443 ];
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.xray ];
|
|
||||||
}
|
|
||||||
@@ -11,6 +11,7 @@
|
|||||||
port = 1880;
|
port = 1880;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
userDir = "${xlib.dirs.services-mnt-folder}/node-red";
|
userDir = "${xlib.dirs.services-mnt-folder}/node-red";
|
||||||
|
configFile = "${inputs.zeroq-credentials}/configs/node-red/settings.js";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"libsoup-2.74.3"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -22,7 +22,6 @@
|
|||||||
"pipewire"
|
"pipewire"
|
||||||
"qemu-libvirtd"
|
"qemu-libvirtd"
|
||||||
"wheel"
|
"wheel"
|
||||||
"immich" # rm?
|
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P"
|
||||||
|
|||||||
Reference in New Issue
Block a user