Initial commit
This commit is contained in:
10
modules/features/system-base.nix
Normal file
10
modules/features/system-base.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
lux.system-base.nixos = {
|
||||
users.mutableUsers = false;
|
||||
|
||||
services.dbus.implementation = "broker";
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
environment.localBinInPath = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user