Flake? Flake
This commit is contained in:
+3
-2
@@ -5,13 +5,14 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable the modern Nix CLI and flakes for reproducible system rebuilds.
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# Latest kernel, not LTS
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# TODO: Dynamically configure hostname
|
||||
networking.hostName = "laptop-nixos-1";
|
||||
# Configure network connections interactively with nmcli or nmtui.
|
||||
networking.networkmanager.enable = true;
|
||||
# Set your time zone.
|
||||
|
||||
Reference in New Issue
Block a user