Geoffrey Frogeye
2a3624af09
Maybe I'm pushing its limits too hard... it doesn't seem to be doing great. Maybe because it knows I'll replace it soon.
17 lines
238 B
Nix
17 lines
238 B
Nix
{ pkgs, lib, config, ... }:
|
|
{
|
|
config = {
|
|
networking.hostName = "curacao";
|
|
};
|
|
imports = [
|
|
# ./backup
|
|
./co2meter
|
|
# ./dedup
|
|
./disko.nix
|
|
./features.nix
|
|
./hardware.nix
|
|
./homeautomation
|
|
./webcam
|
|
];
|
|
}
|