test z2w
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ self, inputs, ... }: {
|
||||
|
||||
flake.nixosModules.z2w-core = { config, pkgs, ... }: {
|
||||
flake.nixosModules.z2w-core = { config, lib, pkgs, ... }: {
|
||||
|
||||
imports = with self.nixosModules; [
|
||||
|
||||
@@ -14,22 +14,23 @@
|
||||
|
||||
config = {
|
||||
|
||||
boot = {
|
||||
/*boot = {
|
||||
loader = {
|
||||
grub.enable = false;
|
||||
generic-extlinux-compatible.enable = true;
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
networking = {
|
||||
hostName = lib.mkDefault "z2w";
|
||||
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
/*hardware = {
|
||||
bluetooth.enable = true;
|
||||
|
||||
};
|
||||
};*/
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user