cleanup
This commit is contained in:
parent
249be33ba5
commit
846d32d0eb
3 changed files with 8 additions and 10 deletions
11
flake.nix
11
flake.nix
|
|
@ -16,6 +16,7 @@
|
||||||
./workstation
|
./workstation
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
./home
|
./home
|
||||||
|
./wm/sway
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
@ -24,7 +25,7 @@
|
||||||
{
|
{
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
}
|
}
|
||||||
./wm/sway
|
inputs.nixos-hardware.nixosModules.dell-xps-13-9310
|
||||||
./hosts/loki/hardware-configuration.nix
|
./hosts/loki/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -34,7 +35,6 @@
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
}
|
}
|
||||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||||
./wm/sway
|
|
||||||
./hosts/smaug/hardware-configuration.nix
|
./hosts/smaug/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -43,8 +43,6 @@
|
||||||
{
|
{
|
||||||
networking.hostName = "dragon";
|
networking.hostName = "dragon";
|
||||||
}
|
}
|
||||||
inputs.nixos-hardware.nixosModules. google-pixelbook
|
|
||||||
./wm/sway
|
|
||||||
./hosts/dragon/hardware-configuration.nix
|
./hosts/dragon/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -53,8 +51,7 @@
|
||||||
{
|
{
|
||||||
networking.hostName = "eve";
|
networking.hostName = "eve";
|
||||||
}
|
}
|
||||||
inputs.nixos-hardware.nixosModules. google-pixelbook
|
inputs.nixos-hardware.nixosModules.google-pixelbook
|
||||||
./wm/sway
|
|
||||||
./hosts/eve/hardware-configuration.nix
|
./hosts/eve/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -64,7 +61,7 @@
|
||||||
services.getty.autologinUser = "don";
|
services.getty.autologinUser = "don";
|
||||||
networking.hostName = "vm2";
|
networking.hostName = "vm2";
|
||||||
}
|
}
|
||||||
./wm/sway
|
./hosts/vm1/hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -34,5 +34,6 @@
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.enp1s0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.enp1s0.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -154,9 +154,9 @@ in
|
||||||
nix-bash-completions
|
nix-bash-completions
|
||||||
btop
|
btop
|
||||||
espeak-classic
|
espeak-classic
|
||||||
fwup
|
# fwup
|
||||||
fwupd
|
# fwupd
|
||||||
fwupd-efi
|
# fwupd-efi
|
||||||
git-crypt
|
git-crypt
|
||||||
gitFull
|
gitFull
|
||||||
headsetcontrol
|
headsetcontrol
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue