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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
boot = {
|
boot = {
|
||||||
|
loader.grub.enable = false;
|
||||||
|
loader.generic-extlinux-compatible.enable = true;
|
||||||
|
|
||||||
kernelPackages = pkgs.linuxPackages_testing;
|
kernelPackages = pkgs.linuxPackages_testing;
|
||||||
tmp.cleanOnBoot = true;
|
tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
|
|
|
@ -2,19 +2,14 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../sets/base.nix
|
|
||||||
../../sets/builder.nix
|
../../sets/builder.nix
|
||||||
../../sets/nixvim.nix
|
|
||||||
../../sets/sshd.nix
|
../../sets/sshd.nix
|
||||||
../../home
|
../../sets/workstation.nix
|
||||||
./hardware-configuration.nix
|
|
||||||
./boot-config.nix
|
./boot-config.nix
|
||||||
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.enable = false;
|
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
|
||||||
networking.hostName = "smolder";
|
networking.hostName = "smolder";
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue