Skip to content

Commit

Permalink
Updated some top level configuration for the user and boot on mohs
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJ-Brady committed Mar 1, 2025
1 parent 80b1ea8 commit c245003
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions hosts/mohs/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{pkgs, ...}: {
custom = {
enable = true;
bootloader.enable = true;
homelab.enable = true;
};

# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

ssh = {
enable = true;
username = "mohs";
user = {
enable = false;
username = "mohs";
};
};

programs.zsh.enable = true;
Expand Down

0 comments on commit c245003

Please sign in to comment.