update config

This commit is contained in:
Ray Andrew 2025-03-16 23:44:29 -05:00
parent 82748f8f70
commit 716784e51e
No known key found for this signature in database
3 changed files with 13 additions and 0 deletions

View file

@ -350,6 +350,9 @@
(use-package python-mode
:mode ("\\.py\\'" . python-mode))
(use-package csv-mode
:mode ("\\.csv\\'" . csv-mode))
(use-package markdown-mode
:mode ("\\.md\\'" . markdown-mode))

View file

@ -57,6 +57,14 @@ Host polaris
ControlPersist yes
LogLevel FATAL
Host aurora
ForwardX11Trusted yes
User rayandrew
HostName aurora.alcf.anl.gov
ControlMaster auto
ControlPersist yes
LogLevel FATAL
Host sophia
ForwardX11Trusted yes
User rayandrew

View file

@ -53,6 +53,8 @@
};
config = {
boot.loader.systemd-boot.configurationLimit = 10;
# networking
networking.hostName = host;
networking.hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);