Add Exodus

This commit is contained in:
Greg Hellings
2024-05-05 14:49:17 -05:00
parent ffaf0cdd68
commit ef83995a25
6 changed files with 79 additions and 10 deletions
+17
View File
@@ -0,0 +1,17 @@
{ pkgs, config, ... }:
{
imports = [ ./hardware-configuration.nix ];
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
networking.hostName = "exodus";
greg = {
home = true;
gnome.enable = true;
tailscale.enable = true;
};
}