move hostname dec to flake

This commit is contained in:
Sean Kovacs 2026-01-15 11:31:50 -05:00
commit cb29d532c3
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 = {
isNormalUser = true;
description = "Sean Kovacs";

View file

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

View file

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

View file

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