Initial commit
This commit is contained in:
11
hosts/axoserver-nix/configuration.nix
Normal file
11
hosts/axoserver-nix/configuration.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... } : {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./index.nix
|
||||
];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.hostName = "axoserver-nix";
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Reference in New Issue
Block a user