chore(gitea): comment out OAuth setup configuration
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
refactor(home): simplify homeDirectory assignment chore(satisfactory): disable service by default
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
../../../../modules/nixos/satisfactory.nix
|
||||
];
|
||||
services.satisfactory = {
|
||||
enable = true;
|
||||
# enable = true;
|
||||
enable = false;
|
||||
maxPlayers = 4;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user