forked from Fachschaft/nixConfig
Ghatanothoa (Neues Jitsi)
This commit is contained in:
parent
8194722e2d
commit
e8929ff159
3 changed files with 60 additions and 0 deletions
14
nixos/machines/ghatanothoa/configuration.nix
Normal file
14
nixos/machines/ghatanothoa/configuration.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
flake-inputs:
|
||||
{config, pkgs, lib, ... }: {
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../roles
|
||||
./network.nix
|
||||
];
|
||||
|
||||
# System configuration here
|
||||
|
||||
networking.hostName = "ghatanothoa";
|
||||
system.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue