initial commit
This commit is contained in:
commit
95085a0d24
16 changed files with 294 additions and 0 deletions
16
hosts/physique/hyponix/default.nix
Normal file
16
hosts/physique/hyponix/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./networking.nix
|
||||
./services
|
||||
|
||||
../../../modules
|
||||
];
|
||||
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
networking.hostName = "hyponix";
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue