mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
update hostspec defaults
This commit is contained in:
parent
f7e969fdf3
commit
335bc59638
3 changed files with 6 additions and 4 deletions
|
|
@ -36,8 +36,8 @@ in {
|
|||
];
|
||||
|
||||
hostSpec = {
|
||||
username = "crow";
|
||||
handle = "TheWanderingCrow";
|
||||
username = lib.mkDefault "crow";
|
||||
handle = lib.mkDefault "TheWanderingCrow";
|
||||
};
|
||||
|
||||
networking.hostName = config.hostSpec.hostName;
|
||||
|
|
|
|||
|
|
@ -39,6 +39,8 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hostSpec = {
|
||||
username = "drag";
|
||||
handle = "drag";
|
||||
hostName = "Dragneel";
|
||||
isVirtual = true;
|
||||
persistFolder = "/persist";
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@
|
|||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hostSpec = {
|
||||
username = lib.mkForce "natsirt";
|
||||
handle = lib.mkForce "natsirt";
|
||||
username = "natsirt";
|
||||
handle = "natsirt";
|
||||
hostName = "Natsirt";
|
||||
persistFolder = "/persist";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue