mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
Add virtualization feature
This commit is contained in:
parent
ef96309c93
commit
08b6cacb50
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.lxd.enable = true;
|
||||
users.users.srid = {
|
||||
extraGroups = [ "lxd" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue