1
0
Fork 0

Fix pulse on zeus

This commit is contained in:
Malte Brandy 2021-07-09 17:58:18 +02:00
parent c36e10634a
commit 03192c871f
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,6 @@ let
".config/Element"
".config/Signal"
".config/discord"
".config/pulse"
".contacts"
".gnupg"
".local/share/mpd"

View file

@ -29,6 +29,11 @@ in
"/disk" = { neededForBoot = true; } // btrfsOptions;
"/boot" = btrfsOptions;
"/nix" = btrfsOptions;
"/home/maralorn/.config/pulse" = {
mountPoint = "/home/maralorn/.config/pulse";
device = "/disk/persist/maralorn/.config/pulse";
options = [ "bind" ];
};
};
environment.etc."nixos".source = "/disk/persist/maralorn/git/config";
@ -47,6 +52,7 @@ in
"d /disk/persist/root 700 root root - -"
"d /disk/persist/root/.ssh 700 root root - -"
"d /disk/persist/maralorn 700 maralorn users - -"
"d /disk/persist/maralorn/.config/pulse 700 maralorn users - -"
"d /disk/volatile/maralorn 700 maralorn users - -"
"d /disk/persist/var/lib/bluetooth - - - - -"
"L+ /var/lib/bluetooth - - - - /disk/persist/var/lib/bluetooth"