Compare commits

..

2 Commits

Author SHA1 Message Date
stupidcomputer cc89c4ed0e get rid of steam and discord 2024-09-17 15:41:20 -05:00
stupidcomputer b0ad4e58f0 add new mailbox to netbox 2024-09-17 15:40:53 -05:00
2 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,6 @@
../../modules/bootstrap.nix
../../modules/common.nix
../../modules/x11.nix
../../modules/discord.nix
../../modules/gaming.nix
../../modules/rbw.nix
];

View File

@ -74,6 +74,9 @@
"postmaster@beepboop.systems"
];
};
"machines@beepboop.systems" = {
hashedPasswordFile = "/etc/ryan-beepboop-systemsuser-pass";
};
};
certificateScheme = "acme-nginx";
};