smolder: include workstation stuff, I'm going to test mesa here anyway
This commit is contained in:
parent
e145cadab0
commit
9a89e2eb5e
|
@ -1,5 +1,8 @@
|
|||
{ config, pkgs, ... }: {
|
||||
boot = {
|
||||
loader.grub.enable = false;
|
||||
loader.generic-extlinux-compatible.enable = true;
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_testing;
|
||||
tmp.cleanOnBoot = true;
|
||||
|
||||
|
|
|
@ -2,19 +2,14 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../sets/base.nix
|
||||
../../sets/builder.nix
|
||||
../../sets/nixvim.nix
|
||||
../../sets/sshd.nix
|
||||
../../home
|
||||
./hardware-configuration.nix
|
||||
../../sets/workstation.nix
|
||||
./boot-config.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
networking.hostName = "smolder";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue