Initial flake commit
Enough of an initial flake and layout for an initial commit.
This commit is contained in:
5
hosts/nixos-bootstrap.nix
Normal file
5
hosts/nixos-bootstrap.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "nixos-bootstrap"; # Define your hostname.
|
||||
}
|
||||
Reference in New Issue
Block a user