move hostname dec to flake

This commit is contained in:
Sean Kovacs 2026-01-15 11:31:50 -05:00
commit 5b736e0248
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 2 additions and 6 deletions

View file

@ -151,6 +151,8 @@
}; };
}; };
networking.hostName = hostname;
users.users.sckova = { users.users.sckova = {
isNormalUser = true; isNormalUser = true;
description = "Sean Kovacs"; description = "Sean Kovacs";

View file

@ -3,8 +3,6 @@
pkgs, pkgs,
... ...
}: { }: {
networking.hostName = "alien";
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ddcutil ddcutil
mangohud mangohud

View file

@ -1,6 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
networking.hostName = "peach";
boot.kernelParams = ["apple_dcp.show_notch=1"]; boot.kernelParams = ["apple_dcp.show_notch=1"];
catppuccin = { catppuccin = {

View file

@ -1,6 +1,4 @@
{catppuccin, ...}: { {catppuccin, ...}: {
networking.hostName = "vm";
catppuccin = { catppuccin = {
accent = "green"; accent = "green";
flavor = "mocha"; flavor = "mocha";