mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Add grub module
This commit is contained in:
parent
3e3bae4c7a
commit
6a3e7b7741
4 changed files with 14 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
_: {
|
||||
system.stateVersion = "24.11";
|
||||
boot.loader.grub.enable = true;
|
||||
|
||||
myConfig = {
|
||||
boot.loader.grub.enable = true;
|
||||
sops.enable = true;
|
||||
|
||||
tailscale = {
|
||||
enable = true;
|
||||
ssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue