HermitNix_DEPRECATED/Hosts/hertog-laptop/configuration.nix

12 lines
323 B
Nix
Raw Normal View History

2023-11-06 19:14:02 +00:00
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{ outputs, lib, config, pkgs, ... }:
{
# Set hostname
networking.hostName = "puter";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05";
}