mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-17 04:24:11 -05:00
11 lines
222 B
Nix
11 lines
222 B
Nix
{config, pkgs, ...}:{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
../../modules
|
|
];
|
|
|
|
networking.hostName = "WCE-Vault";
|
|
gui.enable = false;
|
|
programming.enable = false;
|
|
users.vault.enable = true;
|
|
}
|