Updated where nixos config is on nixframe

This commit is contained in:
Benson Chu 2024-09-04 06:16:21 -05:00
parent 15c9d5f4ff
commit da2fbf5f6c

View file

@ -10,6 +10,8 @@
./hardware-configuration.nix
];
my.flakeLocation = "/home/benson/workspace/nixos-config";
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;