diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-03 18:05:56 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:52:38 +0200 |
commit | 8e3aa2d6ee1abb56a13054e0ab8bf680e9501d90 (patch) | |
tree | 83ead88ea16369394a4400153cbebacc568c5717 /modules/base.nix | |
parent | Fix inputs (diff) | |
download | Spacebar-Open-Infrastructure-8e3aa2d6ee1abb56a13054e0ab8bf680e9501d90.tar.xz |
Add boot log
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-x | modules/base.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix index 537e7e6..a87153f 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -4,6 +4,7 @@ imports = [ ./monitoring.nix + ./infra-logs.nix ./users/Rory.nix ./users/chris.nix ./users/maddy.nix |