mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
13 lines
350 B
Nix
13 lines
350 B
Nix
[
|
|
{
|
|
host = "eden-inspiron";
|
|
user = "eden";
|
|
extraOSModules = [ ./inspiron/os.nix ];
|
|
extraHomeModules = [ ./inspiron/home.nix ];
|
|
extraHomeArgs = {
|
|
nixosVersion = "unstable";
|
|
homeManagerVersion = "master";
|
|
};
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqbqHz5O4f6nBoki57c6hekVqUiO4hvSb9k771i61YS";
|
|
}
|
|
]
|