summary refs log tree commit diff
path: root/modules/base.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-02 14:11:03 +0200
committerRory& <root@rory.gay>2024-06-05 15:49:39 +0200
commit1663c18bedb68cfd117d66abf211be8fd04953b0 (patch)
tree72f4c55f88ef25aa6e83c5ecaf64cc91c40ea00f /modules/base.nix
parentAdd postgres and synapse (diff)
downloadSpacebar-Open-Infrastructure-1663c18bedb68cfd117d66abf211be8fd04953b0.tar.xz
Add a user for Maddy
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-xmodules/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix
index 268ddda..3b34ff3 100755
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -6,6 +6,7 @@
       ./monitoring.nix
       ./users/Rory.nix
       ./users/chris.nix
+      ./users/maddy.nix
     ];
   boot = {
     kernelPackages = pkgs.linuxPackages_latest;