[nixos] Upgrade to 24.05
This commit is contained in:
parent
386d79432b
commit
0fb52ce59e
7 changed files with 38 additions and 35 deletions
|
@ -8,9 +8,10 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
# Because these are made for development purposes and not for servers
|
||||
enableOnBoot = false;
|
||||
};
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,10 +25,12 @@ in {
|
|||
};
|
||||
guest = {
|
||||
enable = true;
|
||||
x11 = true;
|
||||
clipboard = true;
|
||||
seamless = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Define the group
|
||||
users.groups.vboxusers = {};
|
||||
|
||||
sisyphus.users.wantedGroups = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue