diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-09 08:01:26 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-09 08:01:26 +0200 |
commit | 5f7296204bd2ba06d65df765291513e0f5d8a2c1 (patch) | |
tree | ee0518aed089f6c9c8a96ee4e6d2f441d9f23554 | |
parent | 21540d880d89640178ceba37ae450fe88000a2f6 (diff) | |
download | nixos-5f7296204bd2ba06d65df765291513e0f5d8a2c1.tar nixos-5f7296204bd2ba06d65df765291513e0f5d8a2c1.tar.gz nixos-5f7296204bd2ba06d65df765291513e0f5d8a2c1.tar.bz2 nixos-5f7296204bd2ba06d65df765291513e0f5d8a2c1.tar.xz nixos-5f7296204bd2ba06d65df765291513e0f5d8a2c1.zip |
...
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 2 | ||||
-rw-r--r-- | hosts/sif/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 5cee16b0..563c5d0b 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | ;; (require 'scratch) | 52 | ;; (require 'scratch) |
53 | (global-set-key (kbd "C-x B") 'scratch-create) | 53 | (global-set-key (kbd "C-x B") 'scratch-create) |
54 | (setq initial-major-mode 'scratch-mode) | 54 | ;; (setq initial-major-mode 'scratch-mode) |
55 | (setq initial-scratch-message "") | 55 | (setq initial-scratch-message "") |
56 | 56 | ||
57 | (global-set-key (kbd "C-x K") 'kill-current-buffer) | 57 | (global-set-key (kbd "C-x K") 'kill-current-buffer) |
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 9208e391..0897e1d8 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -52,6 +52,7 @@ in { | |||
52 | systemd-boot = { | 52 | systemd-boot = { |
53 | enable = true; | 53 | enable = true; |
54 | configurationLimit = 15; | 54 | configurationLimit = 15; |
55 | netbootxyz.enable = true; | ||
55 | }; | 56 | }; |
56 | efi.canTouchEfiVariables = true; | 57 | efi.canTouchEfiVariables = true; |
57 | timeout = null; | 58 | timeout = null; |