mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
refactor: Use haumea for filesystem-based module system for flake outputs
refactor: Use hyphen(`-`) for variable names & folder names(except Python), replace all unserscore(`_`) with hyphen(`-`).
This commit is contained in:
13
hosts/darwin-harmonica/default.nix
Normal file
13
hosts/darwin-harmonica/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
_:
|
||||
#############################################################
|
||||
#
|
||||
# Harmonica - MacBook Pro 2020 13-inch i5 16G, mainly for personal use
|
||||
#
|
||||
#############################################################
|
||||
let
|
||||
hostname = "harmonica";
|
||||
in {
|
||||
networking.hostName = hostname;
|
||||
networking.computerName = hostname;
|
||||
system.defaults.smb.NetBIOSName = hostname;
|
||||
}
|
||||
Reference in New Issue
Block a user