fixed hostname (ty butterfly), code cleanup
This commit is contained in:
parent
04434e2523
commit
520d4ddc41
8 changed files with 15 additions and 57 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking.hostName = lib.mkDefault "nahemah";
|
||||
networking.hostName = lib.mkForce "nahemah";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
nvidiaPackage = config.hardware.nvidia.package;
|
||||
in
|
||||
{
|
||||
networking.hostName = lib.mkDefault "sandalphon";
|
||||
networking.hostName = lib.mkForce "sandalphon";
|
||||
|
||||
# nvidia drivers
|
||||
hardware.graphics.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue