Skip to content

Commit

Permalink
Merge branch 'numtide:main' into systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse committed Nov 24, 2023
2 parents 0fcb554 + 17ce0cc commit e906569
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
services.logrotate = lib.mkOption {
internal = true;
default = { };
type = types.freeform;
type = types.attrs;
};

# No-op option for now.
users = lib.mkOption {
internal = true;
default = { };
type = types.freeform;
type = types.attrs;
};

networking = {
Expand Down

0 comments on commit e906569

Please sign in to comment.