mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
pipewire sound in VM is fixed
various fixes
This commit is contained in:
parent
b343c564b2
commit
1debd48ceb
6 changed files with 9 additions and 24 deletions
|
|
@ -90,10 +90,7 @@ in {
|
|||
type = "zfs_fs";
|
||||
options.mountpoint = "legacy";
|
||||
mountpoint = "/";
|
||||
postCreateHook = ''
|
||||
zfs snapshot rpool/root@empty
|
||||
zfs snapshot rpool/root@lastboot
|
||||
'';
|
||||
postCreateHook = "zfs snapshot rpool/root@empty";
|
||||
};
|
||||
"nix" = {
|
||||
type = "zfs_fs";
|
||||
|
|
@ -105,10 +102,7 @@ in {
|
|||
type = "zfs_fs";
|
||||
options.mountpoint = "legacy";
|
||||
mountpoint = "/var";
|
||||
postCreateHook = ''
|
||||
zfs snapshot rpool/var@empty
|
||||
zfs snapshot rpool/var@lastboot
|
||||
'';
|
||||
postCreateHook = "zfs snapshot rpool/var@empty";
|
||||
};
|
||||
"persist" = {
|
||||
type = "zfs_fs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue