Merge remote-tracking branch 'origin/main'

This commit is contained in:
Kurtis Andrews
2024-06-29 16:13:37 +10:00
12 changed files with 215 additions and 185 deletions

View File

@@ -2,11 +2,18 @@
{
imports =
[ # Include the results of the hardware scan.
./hosts/blade/hardware-configuration.nix
/etc/nixos/hardware-configuration.nix
./components/base-software.nix
./components/user-kurtisa.nix
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Enable networking
networking.networkmanager.enable = true;
networking.hostName = "blade"; # Define your hostname.
system.stateVersion = "24.05"; # Did you read the comment?