update lockfile
This commit is contained in:
parent
8adc4a80c1
commit
4b40e34532
18 changed files with 179 additions and 288 deletions
|
|
@ -31,7 +31,7 @@
|
|||
qpwgraph
|
||||
|
||||
moonlight-qt
|
||||
inputs.sobercookie.packages.${pkgs.system}.default
|
||||
inputs.sobercookie.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
openFirewall = true;
|
||||
servers.owo = {
|
||||
enable = true;
|
||||
package = inputs.nix-minecraft.legacyPackages.${pkgs.system}.fabricServers.fabric-1_21_5;
|
||||
package = inputs.nix-minecraft.legacyPackages.${pkgs.stdenv.hostPlatform.system}.fabricServers.fabric-1_21_5;
|
||||
serverProperties = {
|
||||
max-players = 5;
|
||||
motd = "owo";
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
programs.fonts
|
||||
programs.home-manager
|
||||
# programs.qt
|
||||
programs.adb
|
||||
programs.gpg
|
||||
programs.openrgb
|
||||
programs.tools
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@
|
|||
hardware.i2c.enable = true;
|
||||
|
||||
boot = {
|
||||
kernelPatches = lib.singleton {
|
||||
name = "ebpf-config";
|
||||
patch = null;
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
BPF_KPROBE_OVERRIDE = yes;
|
||||
FUNCTION_ERROR_INJECTION = yes;
|
||||
};
|
||||
};
|
||||
# kernelPatches = lib.singleton {
|
||||
# name = "ebpf-config";
|
||||
# patch = null;
|
||||
# structuredExtraConfig = with lib.kernel; {
|
||||
# BPF_KPROBE_OVERRIDE = yes;
|
||||
# FUNCTION_ERROR_INJECTION = yes;
|
||||
# };
|
||||
# };
|
||||
# using lts for now
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd = {
|
||||
|
|
|
|||
|
|
@ -123,6 +123,7 @@
|
|||
android-studio
|
||||
jetbrains.rider
|
||||
jetbrains.clion
|
||||
android-tools
|
||||
# jetbrains.idea-ultimate
|
||||
|
||||
# communication
|
||||
|
|
@ -165,13 +166,13 @@
|
|||
ryubing # switch emu
|
||||
rpcs3 # ps3 emu
|
||||
prismlauncher
|
||||
inputs.sobercookie.packages.${pkgs.system}.default
|
||||
inputs.sobercookie.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
krunker
|
||||
(writeScriptBin "crosshair-overlay" ''
|
||||
${lib.getExe bubblewrap} \
|
||||
--ro-bind / / \
|
||||
--chdir "$XDG_PICTURES_DIR" \
|
||||
-- ${inputs.crosshair-overlay.packages.${pkgs.system}.default}/bin/crosshair-overlay $@
|
||||
-- ${inputs.crosshair-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/crosshair-overlay $@
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ in {
|
|||
hostName = "${domain}";
|
||||
useACMEHost = domain;
|
||||
extraConfig = ''
|
||||
root * ${inputs.own-website.packages.${pkgs.system}.default}
|
||||
root * ${inputs.own-website.packages.${pkgs.stdenv.hostPlatform.system}.default}
|
||||
file_server
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue