more sanely split things
This commit is contained in:
parent
dd9c0eeff6
commit
c2796dcfb9
7 changed files with 118 additions and 97 deletions
22
hosts/lappy/default.nix
Normal file
22
hosts/lappy/default.nix
Normal 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";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue