add phone config
This commit is contained in:
parent
3b10a0f211
commit
44b17a0648
6 changed files with 318 additions and 2 deletions
23
hosts/droid/stuff.nix
Normal file
23
hosts/droid/stuff.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.packages = with pkgs; [
|
||||
nano
|
||||
hostname
|
||||
zsh
|
||||
openssh
|
||||
which
|
||||
curl
|
||||
];
|
||||
|
||||
# Backup etc files instead of failing to activate generation if a file already exists in /etc
|
||||
environment.etcBackupExtension = ".bak";
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
time.timeZone = "Europe/Berlin";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue