Test this base config
This commit is contained in:
parent
62abad5c50
commit
9f2cacd5b1
2 changed files with 35 additions and 0 deletions
11
hosts/remote/default.nix
Normal file
11
hosts/remote/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
networking.hostName = "nixos-remote";
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.vim
|
||||
pkgs.wget
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue