mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
stop mc server
update nix-janitor and nix update lockfile fix nerd-fonts
This commit is contained in:
parent
b7e24442ec
commit
9bec2ed262
6 changed files with 68 additions and 107 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, self' }:
|
||||
{
|
||||
# I manually switch this sometimes
|
||||
config = lib.mkIf true {
|
||||
config = lib.mkIf false {
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 24454 ];
|
||||
allowedTCPPorts = [
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
sops.secrets.reboot_token = { };
|
||||
|
||||
systemd.services.reboot_bot = {
|
||||
enable = false;
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue