more sanely split things

This commit is contained in:
stitchy 2023-08-06 04:03:24 +00:00
parent dd9c0eeff6
commit c2796dcfb9
Signed by: stitchy
SSH key fingerprint: SHA256:c/c0ZtbxK+xTeP1ixbrfL7QgB7WXN47u8k3OC8VvYqs
7 changed files with 118 additions and 97 deletions

22
hosts/lappy/default.nix Normal file
View file

@ -0,0 +1,22 @@
{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
];
system.nixos.tags = [ "Nya_Beginnings" ];
networking.hostName = "stitchynyan";
networking.networkmanager.enable = true;
time.timeZone = "America/Lost_Angeles";
}