set hostname in shared config
This commit is contained in:
@ -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 = ;
|
||||
|
Reference in New Issue
Block a user