updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2024-10-26 09:49:22 +02:00
parent 98fb1316e7
commit c4b08af314
4 changed files with 10 additions and 15 deletions

View file

@ -94,7 +94,7 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
material-design-icons material-design-icons
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
dejavu_fonts dejavu_fonts
(nerdfonts.override { (nerdfonts.override {

12
flake.lock generated
View file

@ -623,11 +623,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729716953, "lastModified": 1729894599,
"narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=", "narHash": "sha256-nL9nzNE5/re/P+zOv7NX6bRm5e+DeS1HIufQUJ01w20=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7", "rev": "93435d27d250fa986bfec6b2ff263161ff8288cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -995,11 +995,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1729799218, "lastModified": 1729926824,
"narHash": "sha256-Zm94AkByXPxdA9LU7fgfkKp5o5pnUGLPIdcqFu+tUDc=", "narHash": "sha256-hyEQzQub0OzpfXdqFboHvwtl9Pl43x2fLE9SDCRYg5A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "4680fc334df27df13fe855d30a51990a1c9975c7", "rev": "bdf0b3886aed8a9f967c15d14ea9a878ea67b8af",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -15,8 +15,6 @@
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
amdvlk amdvlk
rocm-opencl-icd
rocm-opencl-runtime
mesa.drivers mesa.drivers
]; ];
}; };

View file

@ -13,12 +13,9 @@
virtualisation = { virtualisation = {
podman.enable = true; podman.enable = true;
virtualbox.host = { # virtualbox.host = {
# enableKvm = true; # enable = true;
enable = true; # };
enableHardening = false;
enableExtensionPack = true;
};
docker = { docker = {
enable = false; enable = false;
storageDriver = "btrfs"; storageDriver = "btrfs";