Compare commits

..

No commits in common. "c43470c485def4864d1aecd340db5e3c7e537a40" and "9e2914d0dc03be454063adc940a4f09d26a1b4aa" have entirely different histories.

4 changed files with 12 additions and 25 deletions

View file

@ -216,8 +216,7 @@
nixfmt-rfc-style
unstable.dwarfs
unrar
unstable.mpv
pkgs.clamav
mpv
unstable.waypipe
unstable.nix-your-shell

18
nixos/flake.lock generated
View file

@ -61,11 +61,11 @@
]
},
"locked": {
"lastModified": 1743346616,
"narHash": "sha256-AB/ve2el1TB7k4iyogHGCVlWVkrhp3+4FKKMr1W5iKQ=",
"lastModified": 1743136572,
"narHash": "sha256-uwaVrKgi6g1TUq56247j6QvvFtYHloCkjCrEpGBvV54=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1d2ed9c503cf41ca7f3db091edc8519dcdcd8b41",
"rev": "1efd2503172016a6742c87b47b43ca2c8145607d",
"type": "github"
},
"original": {
@ -99,11 +99,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1743231893,
"narHash": "sha256-tpJsHMUPEhEnzySoQxx7+kA+KUtgWqvlcUBqROYNNt0=",
"lastModified": 1742937945,
"narHash": "sha256-lWc+79eZRyvHp/SqMhHTMzZVhpxkRvthsP1Qx6UCq0E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c570c1f5304493cafe133b8d843c7c1c4a10d3a6",
"rev": "d02d88f8de5b882ccdde0465d8fa2db3aa1169f7",
"type": "github"
},
"original": {
@ -142,11 +142,11 @@
"cpu-microcodes": "cpu-microcodes"
},
"locked": {
"lastModified": 1743266219,
"narHash": "sha256-WLESNfsx1bIw5XMCuBBrPfYikSiT5wstcqutZsx9f1Q=",
"lastModified": 1742827057,
"narHash": "sha256-eRUBUdKGKHxCTPkF6zoQsIKPdu58AkiPU0bxX8nuRoQ=",
"owner": "e-tho",
"repo": "ucodenix",
"rev": "e84d7dfc23fe10e72669e102be7bb79f6ecc7252",
"rev": "1e8747f89ed13826cd7698be5a559bdbc50258fe",
"type": "github"
},
"original": {

View file

@ -26,7 +26,7 @@
];
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelParams = [ "microcode.amd_sha_check=off" ];
# boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {

View file

@ -9,7 +9,7 @@
{
systemd.services.jellyfin-rpc = {
enable = false;
enable = disable;
path = [ pkgs.jellyfin-rpc ];
serviceConfig = {
User = "buymymojo";
@ -42,18 +42,6 @@
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
};
clamav = {
daemon.enable = true;
daemon.settings = {
MaxThreads = 16;
};
updater.enable = true;
updater.interval = "weekly";
updater.settings = {
CompressLocalDatabase = true;
};
};
# services.blocky = {
# enable = true;
# settings = {