1

set hostname in shared config

This commit is contained in:
2022-08-08 19:29:35 +02:00
parent 25225658bd
commit 35141735b5
4 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, pkgs, musnix, ... }:
{ musnix, config, lib, pkgs, ... }:
{
imports = [
@ -6,8 +6,6 @@
./hardware-configuration.nix
];
networking.hostName = "nixinator"; # Define your hostname.
musnix = {
enable = true;
# musnix.soundcardPciId = ;