fix issues
This commit is contained in:
parent
c44850e76d
commit
b6a9770004
3 changed files with 9 additions and 7 deletions
|
@ -25,6 +25,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
# 57621: spotifyd
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
57621
|
||||
];
|
||||
|
||||
nix = {
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
gc = {
|
||||
|
@ -90,7 +95,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.printing.enable = false;
|
||||
# Needed for some features in nautilus such as auto-mounting and trash
|
||||
services.gvfs.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue