Throw kitty back in fuck it

This commit is contained in:
Bun 2025-03-16 02:06:21 -04:00
parent 8bb6498cfd
commit d3529bbcdb
12 changed files with 138 additions and 37 deletions

20
hosts/kitty/default.nix Normal file
View file

@ -0,0 +1,20 @@
{ config, lib, ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./users
../../modules/system
];
networking.hostName = "kitty";
system = {
desktop.enable = true;
lanzaboote.enable = true;
fancyboot.enable = true;
stateVersion = "24.11";
};
}