mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Updated system
This commit is contained in:
parent
3702ea7d4f
commit
c76b49aae3
2 changed files with 4 additions and 4 deletions
|
@ -124,7 +124,7 @@
|
|||
];
|
||||
systemd.services."phoenix-system-builder" = lib.mkIf config.systemSettings.systemBuilder.enable {
|
||||
path = with pkgs; [
|
||||
openssh git nix
|
||||
openssh git nix nixos-rebuild
|
||||
];
|
||||
script = ''
|
||||
echo "navigating to /etc/nixos";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue