nixos-config/system/smolder/default.nix

15 lines
253 B
Nix
Raw Normal View History

2023-12-04 23:02:43 +00:00
{ config, pkgs, ... }:
{
imports = [
../../sets/builder.nix
../../sets/sshd.nix
../../sets/workstation.nix
2023-12-04 23:02:43 +00:00
./boot-config.nix
./hardware-configuration.nix
2023-12-04 23:02:43 +00:00
];
networking.hostName = "smolder";
system.stateVersion = "23.11";
}