Compare commits

...

5 commits

Author SHA1 Message Date
BuyMyMojo
c43470c485
move mpv to unstable to prepare for v40.0
Related merge:

https://github.com/NixOS/nixpkgs/pull/393399
https://web.archive.org/web/20250330154941/https://github.com/NixOS/nixpkgs/pull/393399
2025-03-31 02:51:13 +11:00
BuyMyMojo
d56a5127ca
disable microcode sha check 2025-03-31 02:50:45 +11:00
BuyMyMojo
74bdc5cfba
Add clamav 2025-03-31 02:50:12 +11:00
BuyMyMojo
363242ce17
bump flake.lock 2025-03-31 02:32:48 +11:00
BuyMyMojo
e37de25fd2
Fix service definition
Related: 5d33cecfe6
2025-03-31 02:32:13 +11:00
4 changed files with 25 additions and 12 deletions

View file

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

18
nixos/flake.lock generated
View file

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

View file

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

View file

@ -9,7 +9,7 @@
{
systemd.services.jellyfin-rpc = {
enable = disable;
enable = false;
path = [ pkgs.jellyfin-rpc ];
serviceConfig = {
User = "buymymojo";
@ -42,6 +42,18 @@
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 = {