mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +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" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
configurationNix
|
||||
./features/passwordstore.nix
|
||||
./features/syncthing.nix
|
||||
./features/virtualization.nix
|
||||
# ./features/virtualization.nix
|
||||
./features/email
|
||||
./features/monitor-brightness.nix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue