mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
update nix
use virt-manager module fix miniflux's postgres config
This commit is contained in:
parent
d7711d2df2
commit
c18415e7e6
4 changed files with 24 additions and 8 deletions
|
|
@ -116,7 +116,6 @@ in
|
|||
};
|
||||
environment = {
|
||||
systemPackages = [
|
||||
pkgs.virt-manager
|
||||
pkgs.dmidecode
|
||||
cfg_monitors
|
||||
];
|
||||
|
|
@ -126,7 +125,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
users.users.gerg.extraGroups = [
|
||||
"kvm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue