winter: rename to blossom
This commit is contained in:
parent
72c6763508
commit
f91c64d71e
10 changed files with 26 additions and 20 deletions
30
hosts/blossom/default.nix
Normal file
30
hosts/blossom/default.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ config, modules, overlays, pkgs, ... }: {
|
||||
networking.hostName = "blossom";
|
||||
system.stateVersion = "21.05";
|
||||
time.timeZone = "Asia/Phnom_Penh";
|
||||
|
||||
age.secrets = {
|
||||
passwd.file = ../../secrets/passwd.age;
|
||||
wg_blossom.file = ../../secrets/wg_blossom.age;
|
||||
wpa_conf.file = ../../secrets/wpa_conf.age;
|
||||
};
|
||||
imports = with modules.system; [
|
||||
audio
|
||||
base
|
||||
gui
|
||||
input
|
||||
kernel
|
||||
nix
|
||||
packages
|
||||
security
|
||||
snapper
|
||||
wireguard
|
||||
|
||||
./filesystem.nix
|
||||
./kernel.nix
|
||||
./networking.nix
|
||||
|
||||
../../users/rin.nix
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue