changend names of systems

This commit is contained in:
twoneis 2024-04-26 14:47:33 +02:00
parent ce8383f6b6
commit 7b0b8220a2
10 changed files with 14 additions and 9 deletions

View file

@ -0,0 +1,17 @@
{ pkgs, ... }: {
imports = [
./hardware-config.nix
];
boot.kernelPackages = pkgs.linuxPackages_zen;
networking.hostName = "creosote";
boot.loader = {
systemd-boot = {
enable = true;
};
};
system.stateVersion = "24.05";
}