Initial redoubt in-situ fixes

This commit is contained in:
Lauren Lagarde 2025-08-10 13:18:25 -05:00
parent 915cd1a8cb
commit 1c52bd6f99
7 changed files with 91 additions and 9 deletions

View file

@ -57,9 +57,20 @@
"profiles/base.nix"
];
# Allows for remote deployment via
# nixos-rebuild -L switch --flake .?submodules=1#HOSTNAME --target-host USER@HOSTNAME
#nix.settings.require-sigs = false;
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
"/boot/firmware" = {
device = "/dev/disk/by-label/FIRMWARE";
fsType = "vfat";
};
};
}];
# TODO: Surely a better way, no?
@ -290,8 +301,7 @@
sops.defaultSopsFile = ./secrets.yaml;
}
./nixos/features/openssh-server.nix
./users/lauren_lagarde/lauren_lagarde.nix
./systems/redoubt/configuration.nix
sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager