tangled
alpha
login
or
join now
quilling.dev
/
nixos-config
2
fork
atom
My personal nix config files. Feel free to import flake.
2
fork
atom
overview
issues
pulls
pipelines
add vm pkgs
quilling.dev
7 months ago
71c77ec7
b69557af
+9
1 changed file
expand all
collapse all
unified
split
hosts
thoughtful.nix
+9
hosts/thoughtful.nix
···
43
43
# "plymouth.use-simpledrm" # Use simple DRM backend for Plymouth
44
44
];
45
45
};
46
46
+
# VM
47
47
+
programs.dconf.enable = true;
48
48
+
users.users.gcis.extraGroups = [ "libvirtd" ];
49
49
+
users.users.gcis.group = "gcis";
50
50
+
users.groups.gcis = {};
51
51
+
users.users.gcis.isSystemUser = true;
52
52
+
environment.systemPackages = with pkgs; [ virt-manager virt-viewer spice spice-gtk spice-protocol win-virtio win-spice adwaita-icon-theme ];
53
53
+
virtualisation = { libvirtd = { enable = true; qemu = { swtpm.enable = true; ovmf.enable = true; ovmf.packages = [ pkgs.OVMFFull.fd ]; }; }; spiceUSBRedirection.enable = true; }; services.spice-vdagentd.enable = true;
54
54
+
# /VM
46
55
teq.nixos = {
47
56
media = false;
48
57
cachyos = true;