Update nix

This commit is contained in:
muon 2025-10-18 08:27:24 +00:00
parent 45551ab32a
commit b573154eb0
2 changed files with 3 additions and 4 deletions

6
flake.lock generated
View file

@ -368,11 +368,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1760774176,
"narHash": "sha256-CqoFO+FkzbtckubknLQaa3VHPQ/4La9B21cmSY8QYNU=",
"lastModified": 1760773850,
"narHash": "sha256-skbm70mjURx9k0iGIN1aUm09b0n3QbFw2gCpG0A5mEI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c4036183a4b8f80bbc7760d727d16fe8efafe17b",
"rev": "df05dcceaf4d6a5f2caeda75da00de370d8c14e6",
"type": "github"
},
"original": {

View file

@ -56,7 +56,6 @@ in {
services.xserver.windowManager.i3.enable = true;
services.actual.enable = true;
programs.kdeconnect.enable = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];