Initial redoubt in-situ fixes
This commit is contained in:
parent
915cd1a8cb
commit
1c52bd6f99
7 changed files with 91 additions and 9 deletions
20
flake.nix
20
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue