mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
+12
-13
@@ -82,19 +82,18 @@
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.nixos-auto-rebuild-sops = {
|
||||
description = "Auto rebuild NixOS at boot";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "${xlib.device.username}";
|
||||
Group = "users";
|
||||
WorkingDirectory = "/etc/nixos";
|
||||
ExecStart = [ "/run/wrappers/bin/sudo ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch" ];
|
||||
};
|
||||
};
|
||||
|
||||
# systemd.services.nixos-auto-rebuild-sops = {
|
||||
# description = "Auto rebuild NixOS at boot";
|
||||
# wantedBy = [ "multi-user.target" ];
|
||||
# after = [ "network-online.target" ];
|
||||
# serviceConfig = {
|
||||
# Type = "oneshot";
|
||||
# User = "${xlib.device.username}";
|
||||
# Group = "users";
|
||||
# WorkingDirectory = "/etc/nixos";
|
||||
# ExecStart = [ "/run/wrappers/bin/sudo ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch" ];
|
||||
# };
|
||||
# };
|
||||
|
||||
# fileSystems."/etc/ssh".neededForBoot = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user