Remove Redmond

This commit is contained in:
Bun 2025-05-20 20:25:28 -04:00
parent 63eef3d45b
commit b01eca4124
10 changed files with 0 additions and 186 deletions

View file

@ -1,19 +0,0 @@
{ lib, ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./network
./user
../../modules/system
];
networking.hostName = "redmond";
system = {
desktop.enable = true;
stateVersion = "24.05";
};
}