feat: update configuration with work nixos configuration
This commit is contained in:
@@ -71,7 +71,21 @@
|
||||
pulseaudio.enable = false;
|
||||
graphics.enable = true;
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
FLAKE = "/home/yoru/nixos";
|
||||
};
|
||||
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
sudo.extraRules = [{
|
||||
users = [ "yoru" ];
|
||||
commands = [{
|
||||
command = "ALL";
|
||||
options = [ "NOPASSWD" ];
|
||||
}];
|
||||
}];
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user