Compare commits
2 Commits
a03c9d8227
...
fa286dce16
| Author | SHA1 | Date | |
|---|---|---|---|
|
fa286dce16
|
|||
|
c4454daab6
|
@ -13,7 +13,7 @@ in {
|
|||||||
config = lib.mkIf firefox.enable {
|
config = lib.mkIf firefox.enable {
|
||||||
textfox = {
|
textfox = {
|
||||||
enable = firefox.textfox;
|
enable = firefox.textfox;
|
||||||
useLegacyExtensions = false;
|
# useLegacyExtensions = false;
|
||||||
profiles = ["default"];
|
profiles = ["default"];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
@ -54,7 +54,9 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [vdhcoapp];
|
home.packages = with pkgs; [
|
||||||
|
# vdhcoapp # No longer required since VDH >= 10
|
||||||
|
];
|
||||||
|
|
||||||
home.sessionVariables = lib.mkMerge [
|
home.sessionVariables = lib.mkMerge [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -76,6 +76,9 @@
|
|||||||
# options = ["defaults" "rw" "noatime"];
|
# options = ["defaults" "rw" "noatime"];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
# Can't set this in disko
|
||||||
|
"/home".neededForBoot = true;
|
||||||
|
|
||||||
# NOTE: By mounting NFS shares here, we risk the system becoming unusable when they disconnect (unless unmounted).
|
# NOTE: By mounting NFS shares here, we risk the system becoming unusable when they disconnect (unless unmounted).
|
||||||
|
|
||||||
# If the bg option is specified, a timeout or failure causes the mount(8) command
|
# If the bg option is specified, a timeout or failure causes the mount(8) command
|
||||||
|
|||||||
@ -238,6 +238,7 @@ in {
|
|||||||
newhome
|
newhome
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# TODO: Is this fixed with filesystems."/home".neededForBoot = true?
|
||||||
# NOTE: This is REQUIRED for HM activation!
|
# NOTE: This is REQUIRED for HM activation!
|
||||||
# Otherwise the home directory won't be writable!
|
# Otherwise the home directory won't be writable!
|
||||||
systemd.services."impermanence-fix-home-ownership" = let
|
systemd.services."impermanence-fix-home-ownership" = let
|
||||||
|
|||||||
Reference in New Issue
Block a user