From dd00ad6c2e145f41b56826dc72afac3316d450eb Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:57:46 -0600 Subject: [PATCH] try removing all other features from flame --- hosts/aarch64-linux/flame/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/hosts/aarch64-linux/flame/default.nix b/hosts/aarch64-linux/flame/default.nix index f4fa824..01ec19c 100644 --- a/hosts/aarch64-linux/flame/default.nix +++ b/hosts/aarch64-linux/flame/default.nix @@ -16,7 +16,7 @@ rec { nmasur.profiles = { base.enable = true; server.enable = true; - communications.enable = true; + # communications.enable = true; }; home-manager.users."noah" = { @@ -28,9 +28,9 @@ rec { nmasur.profiles = { common.enable = true; linux-base.enable = true; - power-user.enable = true; + # power-user.enable = true; }; - nmasur.presets.programs.helix.enable = true; + # nmasur.presets.programs.helix.enable = true; home.stateVersion = "23.05"; }; @@ -85,13 +85,9 @@ rec { # efiSupport = true; # }; - boot.loader.systemd-boot.enable = true; - # https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/configuringntpservice.htm#Configuring_the_Oracle_Cloud_Infrastructure_NTP_Service_for_an_Instance networking.timeServers = [ "169.254.169.254" ]; - services.openssh.enable = true; - disko.devices = { disk = { main = {