hackstation config
This commit is contained in:
8
modules/hosts/HACKSTATION/hackstationConfiguration.nix
Normal file
8
modules/hosts/HACKSTATION/hackstationConfiguration.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
}: {
|
||||
flake.nixosModules.hackstationConfiguration = {pkgs, ...}: {
|
||||
networking.hostName = "HACKSTATION";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user