Merge pull request 'state: remove /home from default state folders' (#1886) from kenji/clan-core:remove-home-from-state into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1886 Reviewed-by: lassulus <clanlol@lassul.us>
This commit is contained in:
@@ -106,8 +106,6 @@
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
# defaults
|
|
||||||
config.clan.core.state.HOME.folders = [ "/home" ];
|
|
||||||
config.environment.systemPackages = lib.optional (config.clan.core.state != { }) (
|
config.environment.systemPackages = lib.optional (config.clan.core.state != { }) (
|
||||||
pkgs.runCommand "state-commands" { } ''
|
pkgs.runCommand "state-commands" { } ''
|
||||||
${builtins.concatStringsSep "\n" (
|
${builtins.concatStringsSep "\n" (
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ let
|
|||||||
./waypipe.nix
|
./waypipe.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.state.HOME.folders = [ "/home" ];
|
||||||
|
|
||||||
clan.services.waypipe = {
|
clan.services.waypipe = {
|
||||||
inherit (config.clan.core.vm.inspect.waypipe) enable command;
|
inherit (config.clan.core.vm.inspect.waypipe) enable command;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user