From aee9216af6875662235fd8839a827e724e53c845 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jun 2025 22:06:02 +0530 Subject: feat(flake/nixosModules): init --- os/pc/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'os/pc/configuration.nix') diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index 33f38cd..423f66d 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -1,4 +1,9 @@ -{ config, pkgs, ... }: +{ + config, + pkgs, + lib, + ... +}: let user = config.global.userdata.name; in @@ -15,6 +20,8 @@ in ./modules/firejail.nix ]; + networking.hostName = lib.mkDefault "pc"; + boot = { consoleLogLevel = 3; kernelPackages = pkgs.linuxPackages_latest; -- cgit v1.2.3