Update devenv.yaml and default.nix files
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
inputs:
|
inputs:
|
||||||
nixpkgs:
|
nixpkgs:
|
||||||
url: github:NixOS/nixpkgs/nixpkgs-unstable
|
url: github:NixOS/nixpkgs/nixpkgs-unstable
|
||||||
|
|||||||
@@ -22,8 +22,9 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
# Set hostname and timezone
|
# Set networking
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# Bootloader configuration
|
# Bootloader configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user