fix lorri confi
This commit is contained in:
parent
5446d3aace
commit
44ed4f7a5c
1 changed files with 7 additions and 0 deletions
|
@ -90,6 +90,8 @@ in {
|
|||
alias ls="ls --color=auto"
|
||||
alias vim="nvim"
|
||||
alias k="kubectl"
|
||||
alias n="nix-shell -p"
|
||||
alias nu="nix-shell -I nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos-unstable -p"
|
||||
|
||||
sink() {
|
||||
VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) \
|
||||
|
@ -139,7 +141,12 @@ in {
|
|||
|
||||
services.fwupd.enable = true;
|
||||
services.resolved.enable = true;
|
||||
|
||||
services.lorri.enable = true;
|
||||
systemd.user.services.lorri.serviceConfig = {
|
||||
ProtectSystem = pkgs.lib.mkForce "full";
|
||||
ProtectHome = pkgs.lib.mkForce false;
|
||||
};
|
||||
|
||||
security.wrappers.gvfsd-nfs = {
|
||||
source = "${pkgs.gnome.gvfs}/libexec/gvfsd-nfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue