statix fix

This commit is contained in:
Vinzenz Schroeter 2024-10-27 12:42:26 +01:00
parent b9adba3225
commit d0a6abd2d8
6 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
_:
{
config = {
time.timeZone = "Europe/Berlin";

View file

@ -1,4 +1,4 @@
{ ... }:
_:
{
config = {
services.openssh = {

View file

@ -14,6 +14,9 @@
my-test = "sudo nixos-rebuild test";
my-direnvallow = "echo \"use nix\" > .envrc && direnv allow";
my-ip4 = "ip addr show | grep 192";
deadnix = "nix run github:astro/deadnix -- ";
statix = "nix run git+https://git.peppe.rs/languages/statix -- ";
my-nix-fixup = "deadnix -e && statix fix";
};
history = {

View file

@ -1,4 +1,4 @@
{ ... }:
_:
{
services.nginx = {
enable = true;

View file

@ -1,4 +1,4 @@
{ ... }:
_:
{
virtualisation = {
containers.enable = true;

View file

@ -1,4 +1,4 @@
{ ... }:
_:
{
config = {
services = {