Backup before server rebuild
This commit is contained in:
parent
ad4b1b1de4
commit
fbcdcf6cfd
24 changed files with 515 additions and 404 deletions
hosts/nixos/tethys
|
@ -1,6 +1,10 @@
|
|||
{ inputs, ... }: {
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [ inputs.darkmatter-grub-theme.nixosModule ];
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/314425
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||
|
||||
# See [the wiki page](https://nixos.wiki/wiki/Dual_Booting_NixOS_and_Windows)
|
||||
boot.loader = {
|
||||
efi = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue