Add configuration for Shire

This commit is contained in:
Marko Korhonen 2024-09-28 20:37:10 +03:00
parent f0daaba8a7
commit 3ac81e8aef
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 43 additions and 16 deletions

View file

@ -0,0 +1,12 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
../../wifi.nix
];
networking.hostName = "Shire";
# TODO
}