Add hidden partition

This commit is contained in:
Bun 2025-05-14 12:07:20 +00:00
parent 161c11c23a
commit f75eec5484
6 changed files with 161 additions and 0 deletions

17
hosts/hidden/default.nix Normal file
View file

@ -0,0 +1,17 @@
{ ... }:
{
imports = [
./boot
./disko
./hardware
./user
../../modules/system
];
networking.hostName = "hidden";
system = {
desktop.enable = true;
stateVersion = "24.11";
};
}