hosts/caramel, users/hana: init
This commit is contained in:
parent
41c4362136
commit
1f8b0bd54c
14 changed files with 246 additions and 46 deletions
26
hosts/caramel/default.nix
Normal file
26
hosts/caramel/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ config, inputs, modules, overlays, pkgs, ... }: {
|
||||
networking.hostName = "caramel";
|
||||
system.stateVersion = "21.11";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
|
||||
age.secrets = {
|
||||
passwd.file = ../../secrets/passwd.age;
|
||||
wpa_conf.file = ../../secrets/wpa_conf.age;
|
||||
};
|
||||
imports = with modules.system; [
|
||||
inputs.home-manager-porcupine.nixosModule
|
||||
|
||||
base
|
||||
home-manager
|
||||
input
|
||||
nix
|
||||
security
|
||||
|
||||
./filesystem.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
./packages.nix
|
||||
|
||||
../../users/hana
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue