feat: change nix structure
This commit is contained in:
5
hosts/PC-Louis.nix
Normal file
5
hosts/PC-Louis.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
services.openssh.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
system.stateVersion = "25.05";
|
||||
}
|
Reference in New Issue
Block a user