update macbook hostname
This commit is contained in:
parent
ed7df00704
commit
31f3816626
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
networking.hostName = "macbook";
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = ["mthomson"];
|
trusted-users = ["mthomson"];
|
||||||
|
|
||||||
@ -33,7 +35,6 @@
|
|||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
ZK_NOTEBOOK_DIR = "~/notes";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user