hosts: Infini-STICK -> hermes
This commit is contained in:
parent
ccbca3a6c9
commit
87c9ff22c6
4 changed files with 1 additions and 1 deletions
|
@ -1,22 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./disks.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostId = "deadbeef";
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
modules = {
|
||||
hardware = {
|
||||
audio.enable = true;
|
||||
form.portable = true;
|
||||
};
|
||||
};
|
||||
|
||||
specialisation.graphical.configuration = {
|
||||
modules.desktop.wm.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue