chore: update drive uuids

This commit is contained in:
Glen Goodwin 2023-12-19 23:47:46 -05:00
parent 0f755bc8f7
commit 045d61b5b9
2 changed files with 12 additions and 7 deletions

View file

@ -15,8 +15,9 @@
# outputs.nixosModules.example
../../common/nixos/common.nix
../../common/nixos/laptop.nix
../../common/networking/zerotier.nix
#../../common/networking/zerotier.nix
../../common/nixos/bluetooth.nix
../../common/nixos/restic.nix
../../common/gui/hyprland.nix
../../common/gui/thunar.nix
../../common/style/stylix.nix
@ -41,6 +42,12 @@
./hardware-configuration.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.luks.devices."luks-b13379b3-2025-4d55-a40a-c0f3ad8ec801".device = "/dev/disk/by-uuid/b13379b3-2025-4d55-a40a-c0f3ad8ec801";
sops.defaultSopsFile = ../../secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
@ -87,8 +94,6 @@
networking.hostName = "candlekeep";
networking.networkmanager.enable = true;
boot.loader.systemd-boot.enable = true;
users.users = {
gwg313 = {
initialPassword = "correcthorsebatterystaple";