mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:26:12 +01:00
BREAKING-CHANGE: modified structure, hm is now standalone
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}: {
|
||||
users.users.${username}.extraGroups = ["libvirtd"];
|
||||
{pkgs, ...}: {
|
||||
boot.kernel.sysctl = {"vm.max_map_count" = 2147483642;};
|
||||
|
||||
# Install necessary packages
|
||||
|
||||
Reference in New Issue
Block a user