try removing all other features from flame

This commit is contained in:
Noah Masur
2025-07-02 11:57:46 -06:00
parent 192e08a9d9
commit dd00ad6c2e

View File

@ -16,7 +16,7 @@ rec {
nmasur.profiles = { nmasur.profiles = {
base.enable = true; base.enable = true;
server.enable = true; server.enable = true;
communications.enable = true; # communications.enable = true;
}; };
home-manager.users."noah" = { home-manager.users."noah" = {
@ -28,9 +28,9 @@ rec {
nmasur.profiles = { nmasur.profiles = {
common.enable = true; common.enable = true;
linux-base.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"; home.stateVersion = "23.05";
}; };
@ -85,13 +85,9 @@ rec {
# efiSupport = true; # 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 # 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" ]; networking.timeServers = [ "169.254.169.254" ];
services.openssh.enable = true;
disko.devices = { disko.devices = {
disk = { disk = {
main = { main = {